#EAEFC2

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

Shades of Chiffon #EAEFC2

Tints of Chiffon #EAEFC2

Color information

#EAEFC2 (or 0xEAEFC2) is unknown color: approx Chiffon. HEX triplet: EA, EF and C2. RGB value is (234,239,194). Sum of RGB (Red+Green+Blue) = 234+239+194=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 239 (93.75% from 255 or 35.83% from 667); Blue value is 194 (76.17% from 255 or 29.09% from 667); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFC2 is #15103D. Grayscale: #E8E8E8. Windows color (decimal): -1380414 or 12775402. OLE color: 12775402.

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

Color convert

RGB234239194-
CMYK0.0200.190.06
HSL66.67º58.44%84.9%-
HSV(B)66.67º18.83%93.73%-
XYZ74.5483.1263.15-
YUV232.37106.34129.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.08%
GREEN value IS 239 (93.75% from 255) = 35.83%
BLUE value IS 194 (76.17% from 255) = 29.09%
R=35.08%
G=35.83%
B=29.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342391940.0200.190.0666.6758.4484.9
HexEAEFC220136433a55
Octal3523573022023610372125
Binary1110101011101111110000101001001111010000111110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEFC2; }

 p { color: rgb(234,239,194); }

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

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

 a { background-color: rgb(234,239,194); }

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

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

 span { border-color: rgb(234,239,194); }

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