Shades of Chiffon #EAF5BC
Tints of Chiffon #EAF5BC
RGB
CMYK
RGB Variations
Color information
#EAF5BC (or 0xEAF5BC) is known color: Chiffon. HEX triplet: EA, F5 and BC. RGB value is (234,245,188). Sum of RGB (Red+Green+Blue) = 234+245+188=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 245 (96.09% from 255 or 36.73% from 667); Blue value is 188 (73.83% from 255 or 28.19% from 667); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF5BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF5BC is #150A43. Grayscale: #EBEBEB. Windows color (decimal): -1378884 or 12383722. OLE color: 12383722.
HSL color Cylindrical-coordinate representation of color #EAF5BC: hue angle of 71.58º degrees, saturation: 0.74, 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 #EAF5BC is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 245 | 188 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.04 |
| HSL | 71.58º | 0.74% | 0.85% | - |
| HSV(B) | 71.58º | 0.23% | 0.96% | - |
| XYZ | 75.66 | 86.43 | 60.27 | - |
| YUV | 235.21 | 101.36 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 245 | 188 | 0.04 | 0 | 0.23 | 0.04 | 71.58 | 0.74 | 0.85 |
| Hex | EA | F5 | BC | 4 | 0 | 17 | 4 | 48 | 4A | 55 |
| Octal | 352 | 365 | 274 | 4 | 0 | 27 | 4 | 110 | 112 | 125 |
| Binary | 11101010 | 11110101 | 10111100 | 100 | 0 | 10111 | 100 | 1001000 | 1001010 | 1010101 |
Color Harmonies of #EAF5BC
Complementary color
Monochromatic Colors of #EAF5BC
Black with #EAF5BC
Text Example
Text Example
White with #EAF5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF5BC; }
p { color: rgb(234,245,188); }
H1.HeaderClassName
{
color: #EAF5BC;
}
.AnyTagClassName
{
color: #EAF5BC;
}
</style>
background-color css
<style>
a { background-color: #EAF5BC; }
a { background-color: rgb(234,245,188); }
div.DivClassName
{
background-color: #EAF5BC;
}
.BgClassName
{
background-color: #EAF5BC;
}
</style>
border-color css
<style>
span { border-color: #EAF5BC; }
span { border-color: rgb(234,245,188); }
td.TdClassName
{
border-color: #EAF5BC;
}
.TagClassName
{
border-color: #EAF5BC;
}
</style>