#EAFAB8

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

Shades of Chiffon #EAFAB8

Tints of Chiffon #EAFAB8

Color information

#EAFAB8 (or 0xEAFAB8) is unknown color: approx Chiffon. HEX triplet: EA, FA and B8. RGB value is (234,250,184). Sum of RGB (Red+Green+Blue) = 234+250+184=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 184 (72.27% from 255 or 27.54% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFAB8 is #150547. Grayscale: #EDEDED. Windows color (decimal): -1377608 or 12122858. OLE color: 12122858.

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

Color convert

RGB234250184-
CMYK0.0600.260.02
HSL74.55º86.84%85.1%-
HSV(B)74.55º26.4%98.04%-
XYZ76.7789.3258.54-
YUV237.6997.7125.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.03%
GREEN value IS 250 (98.05% from 255) = 37.43%
BLUE value IS 184 (72.27% from 255) = 27.54%
R=35.03%
G=37.43%
B=27.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342501840.0600.260.0274.5586.8485.1
HexEAFAB8601A24b5755
Octal35237227060322113127125
Binary11101010111110101011100011001101010100101110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFAB8; }

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

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

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

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

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

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

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

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