Shades of Chiffon #EBEDBD
Tints of Chiffon #EBEDBD
RGB
CMYK
RGB Variations
Color information
#EBEDBD (or 0xEBEDBD) is known color: Chiffon. HEX triplet: EB, ED and BD. RGB value is (235,237,189). Sum of RGB (Red+Green+Blue) = 235+237+189=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 189 (74.22% from 255 or 28.59% from 661); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDBD is #141242. Grayscale: #E7E7E7. Windows color (decimal): -1315395 or 12447211. OLE color: 12447211.
HSL color Cylindrical-coordinate representation of color #EBEDBD: hue angle of 62.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBEDBD is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 189 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.07 |
| HSL | 62.5º | 0.57% | 0.84% | - |
| HSV(B) | 62.5º | 0.2% | 0.93% | - |
| XYZ | 73.73 | 81.9 | 60.07 | - |
| YUV | 230.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 189 | 0.01 | 0 | 0.20 | 0.07 | 62.5 | 0.57 | 0.84 |
| Hex | EB | ED | BD | 1 | 0 | 14 | 7 | 3F | 39 | 54 |
| Octal | 353 | 355 | 275 | 1 | 0 | 24 | 7 | 77 | 71 | 124 |
| Binary | 11101011 | 11101101 | 10111101 | 1 | 0 | 10100 | 111 | 111111 | 111001 | 1010100 |
Color Harmonies of #EBEDBD
Complementary color
Monochromatic Colors of #EBEDBD
Black with #EBEDBD
Text Example
Text Example
White with #EBEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDBD; }
p { color: rgb(235,237,189); }
H1.HeaderClassName
{
color: #EBEDBD;
}
.AnyTagClassName
{
color: #EBEDBD;
}
</style>
background-color css
<style>
a { background-color: #EBEDBD; }
a { background-color: rgb(235,237,189); }
div.DivClassName
{
background-color: #EBEDBD;
}
.BgClassName
{
background-color: #EBEDBD;
}
</style>
border-color css
<style>
span { border-color: #EBEDBD; }
span { border-color: rgb(235,237,189); }
td.TdClassName
{
border-color: #EBEDBD;
}
.TagClassName
{
border-color: #EBEDBD;
}
</style>