COLOR #FFE595

HEX: #FFE595
RGB: (255,229,149)

Renk bilgisi

#FFE595 contains mainly red and green colors. #FFE595 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#FFE595 color RGB value is (255,229,149).

  • kırmız ton 255;
  • yeşil ton 229;
  • mavi ton 149.
RGB:
(255,229,149)
(100%,90%,58%)

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 229 of 255 = 90%
B 149 of 255 = 58%

255
229
149

R + G + B ~ 83%. #FFE595 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
255 + 229 + 149 = 633 (100%)
R 255 of 633 ~ 40.28%
G 229 of 633 ~ 36.18%
B 149 of 633 ~ 23.54%

%40.28
%36.18
%23.54

CMYK RENK MODELİ

#FFE595 rengi CMYK tonu (0,10,42,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.20%
  • sarı tonu 41.57%
  • ana renk tonu 0.00%
CMYK:
(0,10,42,0)
C0M10Y42K0 
(0%,10%,42%,0%)
(0.00/0.10/0.42/0.00)	

CMYK yüzdeleri

%0
%10.2
%41.57
%0

Codes

Color #FFE595 in popluar color models

FFE595
RGB255229149
HSL45°100.00%79.22%
HSB/HSV45°41.57%100.00%
CMYK0.00%10.20%41.57%
0.00%

Color #FFE595 in popluar number systems.

HEXFFE595
Decimal255229149
Binary111111111110010110010101
Octal377345225

Shades and tints

Shades of #FFE595

#FFE595
(255,229,149)
#E8D188
(232,209,136)
#D1BD7B
(209,189,123)
#BAA96E
(186,169,110)
#A39561
(163,149,97)
#8C8154
(140,129,84)
#756D47
(117,109,71)
#5E593A
(94,89,58)
#47452D
(71,69,45)
#303120
(48,49,32)
#191D13
(25,29,19)
#000000
(0,0,0)

Tints of #FFE595

#FFE595
(255,229,149)
#FFE79E
(255,231,158)
#FFE9A7
(255,233,167)
#FFEBB0
(255,235,176)
#FFEDB9
(255,237,185)
#FFEFC2
(255,239,194)
#FFF1CB
(255,241,203)
#FFF3D4
(255,243,212)
#FFF5DD
(255,245,221)
#FFF7E6
(255,247,230)
#FFF9EF
(255,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE595 color. Also use rgb(255,229,149) instead hex code.

Text Font Color

.myTextColor { color: #FFE595; }

<p style="color:#FFE595">This sample text font color is #FFE595.</p>

This text font color is #FFE595.


Background Color

.myBgColor { background-color: #FFE595; }

<div style="background-color:#FFE595">Inner text</div>

This div background color is #FFE595.


Border color

.myBorderColor { border: 1px solid #FFE595; }

<div style="border:3px solid #FFE595">Div</div>

This div border color is #FFE595.


Opacity

.myOpacity80 { color: #FFE595; opacity: 0.8; }

<p style="color:#FFE595;opacity:0.8;">80%</p>

Text with #FFE595 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FFE595;}

<p style="text-shadow: 3px 3px 1px #FFE595">Text here.</p>

This text has shadow with #FFE595 color.

.textShadow {text-shadow: 3px 3px 1px #FFE595, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FFE595, 5px 5px 20px red">Text here.</p>

This text has shadow with #FFE595 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFE595, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FFE595, Direction=45, Strength=4)">Text</p>

This text has shadow with #FFE595 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FFE595;
  -webkit-box-shadow:	1px 1px 3px 2px #FFE595;
  box-shadow:		1px 1px 3px 2px #FFE595;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFE595;
-webkit-box-shadow: 1px 1px 3px 2px #FFE595;
box-shadow:1px 1px 3px 2px #FFE595;">
Div content here</div>
This div box has shadow with color #FFE595.

Preview

Color preview on black background

This text has color #FFE595 on black background.


Color preview on white background

This text has color #FFE595 on white background.



Black color preview on #FFE595 background

This text has black color on #FFE595 background.


White color preview on #FFE595 background

This text has white color on #FFE595 background.