Shades of Chiffon #EBEDBE
Tints of Chiffon #EBEDBE
RGB
CMYK
RGB Variations
Color information
#EBEDBE (or 0xEBEDBE) is known color: Chiffon. HEX triplet: EB, ED and BE. RGB value is (235,237,190). Sum of RGB (Red+Green+Blue) = 235+237+190=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 190 (74.61% from 255 or 28.70% from 662); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDBE is #141241. Grayscale: #E7E7E7. Windows color (decimal): -1315394 or 12512747. OLE color: 12512747.
HSL color Cylindrical-coordinate representation of color #EBEDBE: hue angle of 62.55º 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 #EBEDBE is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 190 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.07 |
| HSL | 62.55º | 0.57% | 0.84% | - |
| HSV(B) | 62.55º | 0.2% | 0.93% | - |
| XYZ | 73.84 | 81.95 | 60.64 | - |
| YUV | 231.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 190 | 0.01 | 0 | 0.20 | 0.07 | 62.55 | 0.57 | 0.84 |
| Hex | EB | ED | BE | 1 | 0 | 14 | 7 | 3F | 39 | 54 |
| Octal | 353 | 355 | 276 | 1 | 0 | 24 | 7 | 77 | 71 | 124 |
| Binary | 11101011 | 11101101 | 10111110 | 1 | 0 | 10100 | 111 | 111111 | 111001 | 1010100 |
Color Harmonies of #EBEDBE
Complementary color
Monochromatic Colors of #EBEDBE
Black with #EBEDBE
Text Example
Text Example
White with #EBEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDBE; }
p { color: rgb(235,237,190); }
H1.HeaderClassName
{
color: #EBEDBE;
}
.AnyTagClassName
{
color: #EBEDBE;
}
</style>
background-color css
<style>
a { background-color: #EBEDBE; }
a { background-color: rgb(235,237,190); }
div.DivClassName
{
background-color: #EBEDBE;
}
.BgClassName
{
background-color: #EBEDBE;
}
</style>
border-color css
<style>
span { border-color: #EBEDBE; }
span { border-color: rgb(235,237,190); }
td.TdClassName
{
border-color: #EBEDBE;
}
.TagClassName
{
border-color: #EBEDBE;
}
</style>