#EAFAB6

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

Shades of Chiffon #EAFAB6

Tints of Chiffon #EAFAB6

Color information

#EAFAB6 (or 0xEAFAB6) is unknown color: approx Chiffon. HEX triplet: EA, FA and B6. RGB value is (234,250,182). Sum of RGB (Red+Green+Blue) = 234+250+182=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 182 (71.48% from 255 or 27.33% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFAB6 is #150549. Grayscale: #EDEDED. Windows color (decimal): -1377610 or 11991786. OLE color: 11991786.

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

Color convert

RGB234250182-
CMYK0.0600.270.02
HSL74.12º87.18%84.71%-
HSV(B)74.12º27.2%98.04%-
XYZ76.5689.2457.45-
YUV237.4696.7125.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.14%
GREEN value IS 250 (98.05% from 255) = 37.54%
BLUE value IS 182 (71.48% from 255) = 27.33%
R=35.14%
G=37.54%
B=27.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342501820.0600.270.0274.1287.1884.71
HexEAFAB6601B24a5755
Octal35237226660332112127125
Binary11101010111110101011011011001101110100101010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFAB6; }

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

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

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

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

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

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

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

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