Shades of Chiffon #EAF6BD
Tints of Chiffon #EAF6BD
RGB
CMYK
RGB Variations
Color information
#EAF6BD (or 0xEAF6BD) is known color: Chiffon. HEX triplet: EA, F6 and BD. RGB value is (234,246,189). Sum of RGB (Red+Green+Blue) = 234+246+189=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 246 (96.48% from 255 or 36.77% from 669); Blue value is 189 (74.22% from 255 or 28.25% from 669); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF6BD is #150942. Grayscale: #ECECEC. Windows color (decimal): -1378627 or 12449514. OLE color: 12449514.
HSL color Cylindrical-coordinate representation of color #EAF6BD: hue angle of 72.63º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAF6BD is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 189 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.04 |
| HSL | 72.63º | 0.76% | 0.85% | - |
| HSV(B) | 72.63º | 0.23% | 0.96% | - |
| XYZ | 76.07 | 87.08 | 60.94 | - |
| YUV | 235.91 | 101.52 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 189 | 0.05 | 0 | 0.23 | 0.04 | 72.63 | 0.76 | 0.85 |
| Hex | EA | F6 | BD | 5 | 0 | 17 | 4 | 49 | 4C | 55 |
| Octal | 352 | 366 | 275 | 5 | 0 | 27 | 4 | 111 | 114 | 125 |
| Binary | 11101010 | 11110110 | 10111101 | 101 | 0 | 10111 | 100 | 1001001 | 1001100 | 1010101 |
Color Harmonies of #EAF6BD
Complementary color
Monochromatic Colors of #EAF6BD
Black with #EAF6BD
Text Example
Text Example
White with #EAF6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF6BD; }
p { color: rgb(234,246,189); }
H1.HeaderClassName
{
color: #EAF6BD;
}
.AnyTagClassName
{
color: #EAF6BD;
}
</style>
background-color css
<style>
a { background-color: #EAF6BD; }
a { background-color: rgb(234,246,189); }
div.DivClassName
{
background-color: #EAF6BD;
}
.BgClassName
{
background-color: #EAF6BD;
}
</style>
border-color css
<style>
span { border-color: #EAF6BD; }
span { border-color: rgb(234,246,189); }
td.TdClassName
{
border-color: #EAF6BD;
}
.TagClassName
{
border-color: #EAF6BD;
}
</style>