#EAF0B9

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

Shades of Chiffon #EAF0B9

Tints of Chiffon #EAF0B9

Color information

#EAF0B9 (or 0xEAF0B9) is unknown color: approx Chiffon. HEX triplet: EA, F0 and B9. RGB value is (234,240,185). Sum of RGB (Red+Green+Blue) = 234+240+185=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 240 (94.14% from 255 or 36.42% from 659); Blue value is 185 (72.66% from 255 or 28.07% from 659); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF0B9 is #150F46. Grayscale: #E8E8E8. Windows color (decimal): -1380167 or 12185834. OLE color: 12185834.

HSL color Cylindrical-coordinate representation of color #EAF0B9: hue angle of 66.55º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAF0B9 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB234240185-
CMYK0.0200.230.06
HSL66.55º64.71%83.33%-
HSV(B)66.55º22.92%94.12%-
XYZ73.8583.3258.09-
YUV231.94101.51129.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.51%
GREEN value IS 240 (94.14% from 255) = 36.42%
BLUE value IS 185 (72.66% from 255) = 28.07%
R=35.51%
G=36.42%
B=28.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342401850.0200.230.0666.5564.7183.33
HexEAF0B920176434153
Octal35236027120276103101123
Binary11101010111100001011100110010111110100001110000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF0B9; }

 p { color: rgb(234,240,185); }

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

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

 a { background-color: rgb(234,240,185); }

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

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

 span { border-color: rgb(234,240,185); }

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