#EAF5B6

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

Shades of Chiffon #EAF5B6

Tints of Chiffon #EAF5B6

Color information

#EAF5B6 (or 0xEAF5B6) is unknown color: approx Chiffon. HEX triplet: EA, F5 and B6. RGB value is (234,245,182). Sum of RGB (Red+Green+Blue) = 234+245+182=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 245 (96.09% from 255 or 37.07% from 661); Blue value is 182 (71.48% from 255 or 27.53% from 661); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF5B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF5B6 is #150A49. Grayscale: #EAEAEA. Windows color (decimal): -1378890 or 11990506. OLE color: 11990506.

HSL color Cylindrical-coordinate representation of color #EAF5B6: hue angle of 70.48º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAF5B6 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB234245182-
CMYK0.0400.260.04
HSL70.48º75.9%83.73%-
HSV(B)70.48º25.71%96.08%-
XYZ75.0386.1756.93-
YUV234.5398.36127.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.40%
GREEN value IS 245 (96.09% from 255) = 37.07%
BLUE value IS 182 (71.48% from 255) = 27.53%
R=35.40%
G=37.07%
B=27.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342451820.0400.260.0470.4875.983.73
HexEAF5B6401A4464c54
Octal35236526640324106114124
Binary111010101111010110110110100011010100100011010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF5B6; }

 p { color: rgb(234,245,182); }

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

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

 a { background-color: rgb(234,245,182); }

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

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

 span { border-color: rgb(234,245,182); }

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