#EAF8B5

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

Shades of Chiffon #EAF8B5

Tints of Chiffon #EAF8B5

Color information

#EAF8B5 (or 0xEAF8B5) is unknown color: approx Chiffon. HEX triplet: EA, F8 and B5. RGB value is (234,248,181). Sum of RGB (Red+Green+Blue) = 234+248+181=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 248 (97.27% from 255 or 37.41% from 663); Blue value is 181 (71.09% from 255 or 27.30% from 663); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF8B5 is #15074A. Grayscale: #ECECEC. Windows color (decimal): -1378123 or 11925738. OLE color: 11925738.

HSL color Cylindrical-coordinate representation of color #EAF8B5: hue angle of 72.54º degrees, saturation: 0.83, 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 #EAF8B5 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB234248181-
CMYK0.0600.270.03
HSL72.54º82.72%84.12%-
HSV(B)72.54º27.02%97.25%-
XYZ75.8487.9656.7-
YUV236.1896.86126.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.29%
GREEN value IS 248 (97.27% from 255) = 37.41%
BLUE value IS 181 (71.09% from 255) = 27.30%
R=35.29%
G=37.41%
B=27.30%

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
Decimal2342481810.0600.270.0372.5482.7284.12
HexEAF8B5601B3495354
Octal35237026560333111123124
Binary11101010111110001011010111001101111100100110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF8B5; }

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

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

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

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

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

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

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

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