Shades of Chiffon #EAF8B5
Tints of Chiffon #EAF8B5
RGB
CMYK
RGB Variations
Color information
#EAF8B5 (or 0xEAF8B5) is known color: 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
RGB | 234 | 248 | 181 | - |
CMYK | 0.06 | 0 | 0.27 | 0.03 |
HSL | 72.54º | 0.83% | 0.84% | - |
HSV(B) | 72.54º | 0.27% | 0.97% | - |
XYZ | 75.84 | 87.96 | 56.7 | - |
YUV | 236.18 | 96.86 | 126.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 248 | 181 | 0.06 | 0 | 0.27 | 0.03 | 72.54 | 0.83 | 0.84 |
Hex | EA | F8 | B5 | 6 | 0 | 1B | 3 | 49 | 53 | 54 |
Octal | 352 | 370 | 265 | 6 | 0 | 33 | 3 | 111 | 123 | 124 |
Binary | 11101010 | 11111000 | 10110101 | 110 | 0 | 11011 | 11 | 1001001 | 1010011 | 1010100 |
Color Harmonies of #EAF8B5
Complementary color
Monochromatic Colors of #EAF8B5
Black with #EAF8B5
Text Example
Text Example
White with #EAF8B5
Text Example
Text Example
HTML Codes & Css Web 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>