Shades of Chiffon #EBEDBC
Tints of Chiffon #EBEDBC
RGB
CMYK
RGB Variations
Color information
#EBEDBC (or 0xEBEDBC) is known color: Chiffon. HEX triplet: EB, ED and BC. RGB value is (235,237,188). Sum of RGB (Red+Green+Blue) = 235+237+188=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 188 (73.83% from 255 or 28.48% from 660); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDBC is #141243. Grayscale: #E7E7E7. Windows color (decimal): -1315396 or 12381675. OLE color: 12381675.
HSL color Cylindrical-coordinate representation of color #EBEDBC: hue angle of 62.45º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBEDBC is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 188 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.07 |
| HSL | 62.45º | 0.58% | 0.83% | - |
| HSV(B) | 62.45º | 0.21% | 0.93% | - |
| XYZ | 73.62 | 81.86 | 59.5 | - |
| YUV | 230.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 188 | 0.01 | 0 | 0.21 | 0.07 | 62.45 | 0.58 | 0.83 |
| Hex | EB | ED | BC | 1 | 0 | 15 | 7 | 3E | 3A | 53 |
| Octal | 353 | 355 | 274 | 1 | 0 | 25 | 7 | 76 | 72 | 123 |
| Binary | 11101011 | 11101101 | 10111100 | 1 | 0 | 10101 | 111 | 111110 | 111010 | 1010011 |
Color Harmonies of #EBEDBC
Complementary color
Monochromatic Colors of #EBEDBC
Black with #EBEDBC
Text Example
Text Example
White with #EBEDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDBC; }
p { color: rgb(235,237,188); }
H1.HeaderClassName
{
color: #EBEDBC;
}
.AnyTagClassName
{
color: #EBEDBC;
}
</style>
background-color css
<style>
a { background-color: #EBEDBC; }
a { background-color: rgb(235,237,188); }
div.DivClassName
{
background-color: #EBEDBC;
}
.BgClassName
{
background-color: #EBEDBC;
}
</style>
border-color css
<style>
span { border-color: #EBEDBC; }
span { border-color: rgb(235,237,188); }
td.TdClassName
{
border-color: #EBEDBC;
}
.TagClassName
{
border-color: #EBEDBC;
}
</style>