Shades of Chiffon #EAF0B5
Tints of Chiffon #EAF0B5
RGB
CMYK
RGB Variations
Color information
#EAF0B5 (or 0xEAF0B5) is known color: Chiffon. HEX triplet: EA, F0 and B5. RGB value is (234,240,181). Sum of RGB (Red+Green+Blue) = 234+240+181=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 240 (94.14% from 255 or 36.64% from 655); Blue value is 181 (71.09% from 255 or 27.63% from 655); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF0B5 is #150F4A. Grayscale: #E7E7E7. Windows color (decimal): -1380171 or 11923690. OLE color: 11923690.
HSL color Cylindrical-coordinate representation of color #EAF0B5: hue angle of 66.1º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAF0B5 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 181 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.06 |
| HSL | 66.1º | 0.66% | 0.83% | - |
| HSV(B) | 66.1º | 0.25% | 0.94% | - |
| XYZ | 73.43 | 83.15 | 55.9 | - |
| YUV | 231.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 181 | 0.02 | 0 | 0.25 | 0.06 | 66.1 | 0.66 | 0.83 |
| Hex | EA | F0 | B5 | 2 | 0 | 19 | 6 | 42 | 42 | 53 |
| Octal | 352 | 360 | 265 | 2 | 0 | 31 | 6 | 102 | 102 | 123 |
| Binary | 11101010 | 11110000 | 10110101 | 10 | 0 | 11001 | 110 | 1000010 | 1000010 | 1010011 |
Color Harmonies of #EAF0B5
Complementary color
Monochromatic Colors of #EAF0B5
Black with #EAF0B5
Text Example
Text Example
White with #EAF0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF0B5; }
p { color: rgb(234,240,181); }
H1.HeaderClassName
{
color: #EAF0B5;
}
.AnyTagClassName
{
color: #EAF0B5;
}
</style>
background-color css
<style>
a { background-color: #EAF0B5; }
a { background-color: rgb(234,240,181); }
div.DivClassName
{
background-color: #EAF0B5;
}
.BgClassName
{
background-color: #EAF0B5;
}
</style>
border-color css
<style>
span { border-color: #EAF0B5; }
span { border-color: rgb(234,240,181); }
td.TdClassName
{
border-color: #EAF0B5;
}
.TagClassName
{
border-color: #EAF0B5;
}
</style>