#EAFCB6

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

Shades of Chiffon #EAFCB6

Tints of Chiffon #EAFCB6

Color information

#EAFCB6 (or 0xEAFCB6) is unknown color: approx Chiffon. HEX triplet: EA, FC and B6. RGB value is (234,252,182). Sum of RGB (Red+Green+Blue) = 234+252+182=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 182 (71.48% from 255 or 27.25% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFCB6 is #150349. Grayscale: #EEEEEE. Windows color (decimal): -1377098 or 11992298. OLE color: 11992298.

HSL color Cylindrical-coordinate representation of color #EAFCB6: hue angle of 75.43º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAFCB6 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB234252182-
CMYK0.0700.280.01
HSL75.43º92.11%85.1%-
HSV(B)75.43º27.78%98.82%-
XYZ77.1990.4957.65-
YUV238.6496.04124.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.03%
GREEN value IS 252 (98.83% from 255) = 37.72%
BLUE value IS 182 (71.48% from 255) = 27.25%
R=35.03%
G=37.72%
B=27.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342521820.0700.280.0175.4392.1185.1
HexEAFCB6701C14b5c55
Octal35237426670341113134125
Binary1110101011111100101101101110111001100101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFCB6; }

 p { color: rgb(234,252,182); }

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

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

 a { background-color: rgb(234,252,182); }

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

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

 span { border-color: rgb(234,252,182); }

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