Shades of Chiffon #EBF5BD
Tints of Chiffon #EBF5BD
RGB
CMYK
RGB Variations
Color information
#EBF5BD (or 0xEBF5BD) is known color: Chiffon. HEX triplet: EB, F5 and BD. RGB value is (235,245,189). Sum of RGB (Red+Green+Blue) = 235+245+189=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 245 (96.09% from 255 or 36.62% from 669); Blue value is 189 (74.22% from 255 or 28.25% from 669); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF5BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF5BD is #140A42. Grayscale: #EBEBEB. Windows color (decimal): -1313347 or 12449259. OLE color: 12449259.
HSL color Cylindrical-coordinate representation of color #EBF5BD: hue angle of 70.71º 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 #EBF5BD is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 245 | 189 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.04 |
| HSL | 70.71º | 0.74% | 0.85% | - |
| HSV(B) | 70.71º | 0.23% | 0.96% | - |
| XYZ | 76.1 | 86.64 | 60.86 | - |
| YUV | 235.63 | 101.69 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 245 | 189 | 0.04 | 0 | 0.23 | 0.04 | 70.71 | 0.74 | 0.85 |
| Hex | EB | F5 | BD | 4 | 0 | 17 | 4 | 47 | 4A | 55 |
| Octal | 353 | 365 | 275 | 4 | 0 | 27 | 4 | 107 | 112 | 125 |
| Binary | 11101011 | 11110101 | 10111101 | 100 | 0 | 10111 | 100 | 1000111 | 1001010 | 1010101 |
Color Harmonies of #EBF5BD
Complementary color
Monochromatic Colors of #EBF5BD
Black with #EBF5BD
Text Example
Text Example
White with #EBF5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF5BD; }
p { color: rgb(235,245,189); }
H1.HeaderClassName
{
color: #EBF5BD;
}
.AnyTagClassName
{
color: #EBF5BD;
}
</style>
background-color css
<style>
a { background-color: #EBF5BD; }
a { background-color: rgb(235,245,189); }
div.DivClassName
{
background-color: #EBF5BD;
}
.BgClassName
{
background-color: #EBF5BD;
}
</style>
border-color css
<style>
span { border-color: #EBF5BD; }
span { border-color: rgb(235,245,189); }
td.TdClassName
{
border-color: #EBF5BD;
}
.TagClassName
{
border-color: #EBF5BD;
}
</style>