#EAF2B8

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

Shades of Chiffon #EAF2B8

Tints of Chiffon #EAF2B8

Color information

#EAF2B8 (or 0xEAF2B8) is unknown color: approx Chiffon. HEX triplet: EA, F2 and B8. RGB value is (234,242,184). Sum of RGB (Red+Green+Blue) = 234+242+184=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 242 (94.92% from 255 or 36.67% from 660); Blue value is 184 (72.27% from 255 or 27.88% from 660); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF2B8 is #150D47. Grayscale: #E9E9E9. Windows color (decimal): -1379656 or 12120810. OLE color: 12120810.

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

Color convert

RGB234242184-
CMYK0.0300.240.05
HSL68.28º69.05%83.53%-
HSV(B)68.28º23.97%94.9%-
XYZ74.3484.4657.73-
YUV233100.35128.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.45%
GREEN value IS 242 (94.92% from 255) = 36.67%
BLUE value IS 184 (72.27% from 255) = 27.88%
R=35.45%
G=36.67%
B=27.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342421840.0300.240.0568.2869.0583.53
HexEAF2B830185444554
Octal35236227030305104105124
Binary11101010111100101011100011011000101100010010001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF2B8; }

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

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

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

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

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

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

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

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