Shades of Chiffon #EAF0BA
Tints of Chiffon #EAF0BA
RGB
CMYK
RGB Variations
Color information
#EAF0BA (or 0xEAF0BA) is known color: Chiffon. HEX triplet: EA, F0 and BA. RGB value is (234,240,186). Sum of RGB (Red+Green+Blue) = 234+240+186=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 186 (73.05% from 255 or 28.18% from 660); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF0BA is #150F45. Grayscale: #E8E8E8. Windows color (decimal): -1380166 or 12251370. OLE color: 12251370.
HSL color Cylindrical-coordinate representation of color #EAF0BA: hue angle of 66.67º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAF0BA is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 186 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.06 |
| HSL | 66.67º | 0.64% | 0.84% | - |
| HSV(B) | 66.67º | 0.23% | 0.94% | - |
| XYZ | 73.95 | 83.36 | 58.65 | - |
| YUV | 232.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 186 | 0.02 | 0 | 0.22 | 0.06 | 66.67 | 0.64 | 0.84 |
| Hex | EA | F0 | BA | 2 | 0 | 16 | 6 | 43 | 40 | 54 |
| Octal | 352 | 360 | 272 | 2 | 0 | 26 | 6 | 103 | 100 | 124 |
| Binary | 11101010 | 11110000 | 10111010 | 10 | 0 | 10110 | 110 | 1000011 | 1000000 | 1010100 |
Color Harmonies of #EAF0BA
Complementary color
Monochromatic Colors of #EAF0BA
Black with #EAF0BA
Text Example
Text Example
White with #EAF0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF0BA; }
p { color: rgb(234,240,186); }
H1.HeaderClassName
{
color: #EAF0BA;
}
.AnyTagClassName
{
color: #EAF0BA;
}
</style>
background-color css
<style>
a { background-color: #EAF0BA; }
a { background-color: rgb(234,240,186); }
div.DivClassName
{
background-color: #EAF0BA;
}
.BgClassName
{
background-color: #EAF0BA;
}
</style>
border-color css
<style>
span { border-color: #EAF0BA; }
span { border-color: rgb(234,240,186); }
td.TdClassName
{
border-color: #EAF0BA;
}
.TagClassName
{
border-color: #EAF0BA;
}
</style>