Shades of Honeysuckle #EBE972
Tints of Honeysuckle #EBE972
RGB
CMYK
RGB Variations
Color information
#EBE972 (or 0xEBE972) is known color: Honeysuckle. HEX triplet: EB, E9 and 72. RGB value is (235,233,114). Sum of RGB (Red+Green+Blue) = 235+233+114=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 114 (44.92% from 255 or 19.59% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE972 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE972 is #14168D. Grayscale: #DCDCDC. Windows color (decimal): -1316494 or 7530987. OLE color: 7530987.
HSL color Cylindrical-coordinate representation of color #EBE972: hue angle of 59.01º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBE972 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 233 | 114 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.08 |
| HSL | 59.01º | 0.75% | 0.68% | - |
| HSV(B) | 59.01º | 0.51% | 0.92% | - |
| XYZ | 66.44 | 77.15 | 27.31 | - |
| YUV | 220.03 | 68.16 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 233 | 114 | 0 | 0.01 | 0.51 | 0.08 | 59.01 | 0.75 | 0.68 |
| Hex | EB | E9 | 72 | 0 | 1 | 33 | 8 | 3B | 4B | 44 |
| Octal | 353 | 351 | 162 | 0 | 1 | 63 | 10 | 73 | 113 | 104 |
| Binary | 11101011 | 11101001 | 1110010 | 0 | 1 | 110011 | 1000 | 111011 | 1001011 | 1000100 |
Color Harmonies of #EBE972
Complementary color
Monochromatic Colors of #EBE972
Black with #EBE972
Text Example
Text Example
White with #EBE972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE972; }
p { color: rgb(235,233,114); }
H1.HeaderClassName
{
color: #EBE972;
}
.AnyTagClassName
{
color: #EBE972;
}
</style>
background-color css
<style>
a { background-color: #EBE972; }
a { background-color: rgb(235,233,114); }
div.DivClassName
{
background-color: #EBE972;
}
.BgClassName
{
background-color: #EBE972;
}
</style>
border-color css
<style>
span { border-color: #EBE972; }
span { border-color: rgb(235,233,114); }
td.TdClassName
{
border-color: #EBE972;
}
.TagClassName
{
border-color: #EBE972;
}
</style>