Shades of Chiffon #EBF0BD
Tints of Chiffon #EBF0BD
RGB
CMYK
RGB Variations
Color information
#EBF0BD (or 0xEBF0BD) is known color: Chiffon. HEX triplet: EB, F0 and BD. RGB value is (235,240,189). Sum of RGB (Red+Green+Blue) = 235+240+189=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 189 (74.22% from 255 or 28.46% from 664); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF0BD is #140F42. Grayscale: #E8E8E8. Windows color (decimal): -1314627 or 12447979. OLE color: 12447979.
HSL color Cylindrical-coordinate representation of color #EBF0BD: hue angle of 65.88º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBF0BD is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 240 | 189 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.06 |
| HSL | 65.88º | 0.63% | 0.84% | - |
| HSV(B) | 65.88º | 0.21% | 0.94% | - |
| XYZ | 74.61 | 83.66 | 60.36 | - |
| YUV | 232.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 240 | 189 | 0.02 | 0 | 0.21 | 0.06 | 65.88 | 0.63 | 0.84 |
| Hex | EB | F0 | BD | 2 | 0 | 15 | 6 | 42 | 3F | 54 |
| Octal | 353 | 360 | 275 | 2 | 0 | 25 | 6 | 102 | 77 | 124 |
| Binary | 11101011 | 11110000 | 10111101 | 10 | 0 | 10101 | 110 | 1000010 | 111111 | 1010100 |
Color Harmonies of #EBF0BD
Complementary color
Monochromatic Colors of #EBF0BD
Black with #EBF0BD
Text Example
Text Example
White with #EBF0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF0BD; }
p { color: rgb(235,240,189); }
H1.HeaderClassName
{
color: #EBF0BD;
}
.AnyTagClassName
{
color: #EBF0BD;
}
</style>
background-color css
<style>
a { background-color: #EBF0BD; }
a { background-color: rgb(235,240,189); }
div.DivClassName
{
background-color: #EBF0BD;
}
.BgClassName
{
background-color: #EBF0BD;
}
</style>
border-color css
<style>
span { border-color: #EBF0BD; }
span { border-color: rgb(235,240,189); }
td.TdClassName
{
border-color: #EBF0BD;
}
.TagClassName
{
border-color: #EBF0BD;
}
</style>