#EAF1C3

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

Shades of Chiffon #EAF1C3

Tints of Chiffon #EAF1C3

Color information

#EAF1C3 (or 0xEAF1C3) is unknown color: approx Chiffon. HEX triplet: EA, F1 and C3. RGB value is (234,241,195). Sum of RGB (Red+Green+Blue) = 234+241+195=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 195 (76.56% from 255 or 29.10% from 670); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1C3 is #150E3C. Grayscale: #E9E9E9. Windows color (decimal): -1379901 or 12841450. OLE color: 12841450.

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

Color convert

RGB234241195-
CMYK0.0300.190.05
HSL69.13º62.16%85.49%-
HSV(B)69.13º19.09%94.51%-
XYZ75.2484.3463.94-
YUV233.66106.18128.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.93%
GREEN value IS 241 (94.53% from 255) = 35.97%
BLUE value IS 195 (76.56% from 255) = 29.10%
R=34.93%
G=35.97%
B=29.10%

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
Decimal2342411950.0300.190.0569.1362.1685.49
HexEAF1C330135453e55
Octal3523613033023510576125
Binary1110101011110001110000111101001110110001011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1C3; }

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

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

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

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

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

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

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

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