#EAF2B5

Color #EAF2B5 Chiffon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chiffon #EAF2B5

Tints of Chiffon #EAF2B5

Color information

#EAF2B5 (or 0xEAF2B5) is unknown color: approx Chiffon. HEX triplet: EA, F2 and B5. RGB value is (234,242,181). Sum of RGB (Red+Green+Blue) = 234+242+181=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 181 (71.09% from 255 or 27.55% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF2B5 is #150D4A. Grayscale: #E8E8E8. Windows color (decimal): -1379659 or 11924202. OLE color: 11924202.

HSL color Cylindrical-coordinate representation of color #EAF2B5: hue angle of 67.87º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAF2B5 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB234242181-
CMYK0.0300.250.05
HSL67.87º70.11%82.94%-
HSV(B)67.87º25.21%94.9%-
XYZ74.0284.3356.09-
YUV232.6598.85128.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 35.62%
GREEN value IS 242 (94.92% from 255) = 36.83%
BLUE value IS 181 (71.09% from 255) = 27.55%
R=35.62%
G=36.83%
B=27.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342421810.0300.250.0567.8770.1182.94
HexEAF2B530195444653
Octal35236226530315104106123
Binary11101010111100101011010111011001101100010010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF2B5; }

 p { color: rgb(234,242,181); }

 H1.HeaderClassName
 {
   color: #EAF2B5;
 }
 .AnyTagClassName
 {
   color: #EAF2B5;
 }
</style>
background-color css

<style>
 a { background-color: #EAF2B5; }

 a { background-color: rgb(234,242,181); }

 div.DivClassName
 {
   background-color: #EAF2B5;
 }
 .BgClassName
 {
   background-color: #EAF2B5;
 }
</style>
border-color css

<style>
 span { border-color: #EAF2B5; }

 span { border-color: rgb(234,242,181); }

 td.TdClassName
 {
   border-color: #EAF2B5;
 }
 .TagClassName
 {
   border-color: #EAF2B5;
 }
</style>