#EAF1C4

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

Shades of Chiffon #EAF1C4

Tints of Chiffon #EAF1C4

Color information

#EAF1C4 (or 0xEAF1C4) is unknown color: approx Chiffon. HEX triplet: EA, F1 and C4. RGB value is (234,241,196). Sum of RGB (Red+Green+Blue) = 234+241+196=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 196 (76.95% from 255 or 29.21% from 671); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1C4 is #150E3B. Grayscale: #E9E9E9. Windows color (decimal): -1379900 or 12906986. OLE color: 12906986.

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

Color convert

RGB234241196-
CMYK0.0300.190.05
HSL69.33º61.64%85.69%-
HSV(B)69.33º18.67%94.51%-
XYZ75.3584.3964.54-
YUV233.78106.68128.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 241 (94.53% from 255) = 35.92%
BLUE value IS 196 (76.95% from 255) = 29.21%
R=34.87%
G=35.92%
B=29.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342411960.0300.190.0569.3361.6485.69
HexEAF1C430135453e56
Octal3523613043023510576126
Binary1110101011110001110001001101001110110001011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1C4; }

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

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

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

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

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

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

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

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