#EAF8B6

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

Shades of Chiffon #EAF8B6

Tints of Chiffon #EAF8B6

Color information

#EAF8B6 (or 0xEAF8B6) is unknown color: approx Chiffon. HEX triplet: EA, F8 and B6. RGB value is (234,248,182). Sum of RGB (Red+Green+Blue) = 234+248+182=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 248 (97.27% from 255 or 37.35% from 664); Blue value is 182 (71.48% from 255 or 27.41% from 664); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF8B6 is #150749. Grayscale: #ECECEC. Windows color (decimal): -1378122 or 11991274. OLE color: 11991274.

HSL color Cylindrical-coordinate representation of color #EAF8B6: hue angle of 72.73º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAF8B6 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB234248182-
CMYK0.0600.270.03
HSL72.73º82.5%84.31%-
HSV(B)72.73º26.61%97.25%-
XYZ75.948857.24-
YUV236.2997.36126.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.24%
GREEN value IS 248 (97.27% from 255) = 37.35%
BLUE value IS 182 (71.48% from 255) = 27.41%
R=35.24%
G=37.35%
B=27.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342481820.0600.270.0372.7382.584.31
HexEAF8B6601B3495254
Octal35237026660333111122124
Binary11101010111110001011011011001101111100100110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF8B6; }

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

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

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

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

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

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

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

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