Shades of Chiffon #EAF6BA
Tints of Chiffon #EAF6BA
RGB
CMYK
RGB Variations
Color information
#EAF6BA (or 0xEAF6BA) is known color: Chiffon. HEX triplet: EA, F6 and BA. RGB value is (234,246,186). Sum of RGB (Red+Green+Blue) = 234+246+186=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 246 (96.48% from 255 or 36.94% from 666); Blue value is 186 (73.05% from 255 or 27.93% from 666); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF6BA is #150945. Grayscale: #EBEBEB. Windows color (decimal): -1378630 or 12252906. OLE color: 12252906.
HSL color Cylindrical-coordinate representation of color #EAF6BA: hue angle of 72º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAF6BA is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 186 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.04 |
| HSL | 72º | 0.77% | 0.85% | - |
| HSV(B) | 72º | 0.24% | 0.96% | - |
| XYZ | 75.75 | 86.95 | 59.24 | - |
| YUV | 235.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 186 | 0.05 | 0 | 0.24 | 0.04 | 72 | 0.77 | 0.85 |
| Hex | EA | F6 | BA | 5 | 0 | 18 | 4 | 48 | 4D | 55 |
| Octal | 352 | 366 | 272 | 5 | 0 | 30 | 4 | 110 | 115 | 125 |
| Binary | 11101010 | 11110110 | 10111010 | 101 | 0 | 11000 | 100 | 1001000 | 1001101 | 1010101 |
Color Harmonies of #EAF6BA
Complementary color
Monochromatic Colors of #EAF6BA
Black with #EAF6BA
Text Example
Text Example
White with #EAF6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF6BA; }
p { color: rgb(234,246,186); }
H1.HeaderClassName
{
color: #EAF6BA;
}
.AnyTagClassName
{
color: #EAF6BA;
}
</style>
background-color css
<style>
a { background-color: #EAF6BA; }
a { background-color: rgb(234,246,186); }
div.DivClassName
{
background-color: #EAF6BA;
}
.BgClassName
{
background-color: #EAF6BA;
}
</style>
border-color css
<style>
span { border-color: #EAF6BA; }
span { border-color: rgb(234,246,186); }
td.TdClassName
{
border-color: #EAF6BA;
}
.TagClassName
{
border-color: #EAF6BA;
}
</style>