Shades of Honeysuckle #E5E572
Tints of Honeysuckle #E5E572
RGB
CMYK
RGB Variations
Color information
#E5E572 (or 0xE5E572) is known color: Honeysuckle. HEX triplet: E5, E5 and 72. RGB value is (229,229,114). Sum of RGB (Red+Green+Blue) = 229+229+114=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 229 (89.84% from 255 or 40.03% from 572); Blue value is 114 (44.92% from 255 or 19.93% from 572); Max value from RGB is 229 - color contains mainly: red, green. Hex color #E5E572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E572 is #1A1A8D. Grayscale: #D8D8D8. Windows color (decimal): -1710734 or 7529957. OLE color: 7529957.
HSL color Cylindrical-coordinate representation of color #E5E572: hue angle of 60º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5E572 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 229 | 114 | - |
| CMYK | 0 | 0 | 0.50 | 0.10 |
| HSL | 60º | 0.69% | 0.67% | - |
| HSV(B) | 60º | 0.5% | 0.9% | - |
| XYZ | 63.37 | 73.91 | 26.85 | - |
| YUV | 215.89 | 70.5 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 229 | 114 | 0 | 0 | 0.50 | 0.10 | 60 | 0.69 | 0.67 |
| Hex | E5 | E5 | 72 | 0 | 0 | 32 | A | 3C | 45 | 43 |
| Octal | 345 | 345 | 162 | 0 | 0 | 62 | 12 | 74 | 105 | 103 |
| Binary | 11100101 | 11100101 | 1110010 | 0 | 0 | 110010 | 1010 | 111100 | 1000101 | 1000011 |
Color Harmonies of #E5E572
Complementary color
Monochromatic Colors of #E5E572
Black with #E5E572
Text Example
Text Example
White with #E5E572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E572; }
p { color: rgb(229,229,114); }
H1.HeaderClassName
{
color: #E5E572;
}
.AnyTagClassName
{
color: #E5E572;
}
</style>
background-color css
<style>
a { background-color: #E5E572; }
a { background-color: rgb(229,229,114); }
div.DivClassName
{
background-color: #E5E572;
}
.BgClassName
{
background-color: #E5E572;
}
</style>
border-color css
<style>
span { border-color: #E5E572; }
span { border-color: rgb(229,229,114); }
td.TdClassName
{
border-color: #E5E572;
}
.TagClassName
{
border-color: #E5E572;
}
</style>