Shades of Chiffon #EBF4C0
Tints of Chiffon #EBF4C0
RGB
CMYK
RGB Variations
Color information
#EBF4C0 (or 0xEBF4C0) is known color: Chiffon. HEX triplet: EB, F4 and C0. RGB value is (235,244,192). Sum of RGB (Red+Green+Blue) = 235+244+192=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 244 (95.70% from 255 or 36.36% from 671); Blue value is 192 (75.39% from 255 or 28.61% from 671); Max value from RGB is 244 - color contains mainly: green. Hex color #EBF4C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF4C0 is #140B3F. Grayscale: #EBEBEB. Windows color (decimal): -1313600 or 12645611. OLE color: 12645611.
HSL color Cylindrical-coordinate representation of color #EBF4C0: hue angle of 70.38º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBF4C0 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 244 | 192 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.04 |
| HSL | 70.38º | 0.7% | 0.85% | - |
| HSV(B) | 70.38º | 0.21% | 0.96% | - |
| XYZ | 76.13 | 86.17 | 62.49 | - |
| YUV | 235.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 244 | 192 | 0.04 | 0 | 0.21 | 0.04 | 70.38 | 0.7 | 0.85 |
| Hex | EB | F4 | C0 | 4 | 0 | 15 | 4 | 46 | 46 | 55 |
| Octal | 353 | 364 | 300 | 4 | 0 | 25 | 4 | 106 | 106 | 125 |
| Binary | 11101011 | 11110100 | 11000000 | 100 | 0 | 10101 | 100 | 1000110 | 1000110 | 1010101 |
Color Harmonies of #EBF4C0
Complementary color
Monochromatic Colors of #EBF4C0
Black with #EBF4C0
Text Example
Text Example
White with #EBF4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF4C0; }
p { color: rgb(235,244,192); }
H1.HeaderClassName
{
color: #EBF4C0;
}
.AnyTagClassName
{
color: #EBF4C0;
}
</style>
background-color css
<style>
a { background-color: #EBF4C0; }
a { background-color: rgb(235,244,192); }
div.DivClassName
{
background-color: #EBF4C0;
}
.BgClassName
{
background-color: #EBF4C0;
}
</style>
border-color css
<style>
span { border-color: #EBF4C0; }
span { border-color: rgb(235,244,192); }
td.TdClassName
{
border-color: #EBF4C0;
}
.TagClassName
{
border-color: #EBF4C0;
}
</style>