#EAF0C4

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

Shades of Chiffon #EAF0C4

Tints of Chiffon #EAF0C4

Color information

#EAF0C4 (or 0xEAF0C4) is unknown color: approx Chiffon. HEX triplet: EA, F0 and C4. RGB value is (234,240,196). Sum of RGB (Red+Green+Blue) = 234+240+196=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 240 (94.14% from 255 or 35.82% from 670); Blue value is 196 (76.95% from 255 or 29.25% from 670); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF0C4 is #150F3B. Grayscale: #E9E9E9. Windows color (decimal): -1380156 or 12906730. OLE color: 12906730.

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

Color convert

RGB234240196-
CMYK0.0200.180.06
HSL68.18º59.46%85.49%-
HSV(B)68.18º18.33%94.12%-
XYZ75.0683.864.44-
YUV233.19107.01128.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.93%
GREEN value IS 240 (94.14% from 255) = 35.82%
BLUE value IS 196 (76.95% from 255) = 29.25%
R=34.93%
G=35.82%
B=29.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342401960.0200.180.0668.1859.4685.49
HexEAF0C420126443b55
Octal3523603042022610473125
Binary1110101011110000110001001001001011010001001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF0C4; }

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

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

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

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

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

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

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

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