Shades of Honeysuckle #E6ED72
Tints of Honeysuckle #E6ED72
RGB
CMYK
RGB Variations
Color information
#E6ED72 (or 0xE6ED72) is known color: Honeysuckle. HEX triplet: E6, ED and 72. RGB value is (230,237,114). Sum of RGB (Red+Green+Blue) = 230+237+114=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 114 (44.92% from 255 or 19.62% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #E6ED72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6ED72 is #19128D. Grayscale: #DDDDDD. Windows color (decimal): -1643150 or 7532006. OLE color: 7532006.
HSL color Cylindrical-coordinate representation of color #E6ED72: hue angle of 63.41º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6ED72 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 237 | 114 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.07 |
| HSL | 63.41º | 0.77% | 0.69% | - |
| HSV(B) | 63.41º | 0.52% | 0.93% | - |
| XYZ | 65.95 | 78.61 | 27.62 | - |
| YUV | 220.89 | 67.68 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 237 | 114 | 0.03 | 0 | 0.52 | 0.07 | 63.41 | 0.77 | 0.69 |
| Hex | E6 | ED | 72 | 3 | 0 | 34 | 7 | 3F | 4D | 45 |
| Octal | 346 | 355 | 162 | 3 | 0 | 64 | 7 | 77 | 115 | 105 |
| Binary | 11100110 | 11101101 | 1110010 | 11 | 0 | 110100 | 111 | 111111 | 1001101 | 1000101 |
Color Harmonies of #E6ED72
Complementary color
Monochromatic Colors of #E6ED72
Black with #E6ED72
Text Example
Text Example
White with #E6ED72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ED72; }
p { color: rgb(230,237,114); }
H1.HeaderClassName
{
color: #E6ED72;
}
.AnyTagClassName
{
color: #E6ED72;
}
</style>
background-color css
<style>
a { background-color: #E6ED72; }
a { background-color: rgb(230,237,114); }
div.DivClassName
{
background-color: #E6ED72;
}
.BgClassName
{
background-color: #E6ED72;
}
</style>
border-color css
<style>
span { border-color: #E6ED72; }
span { border-color: rgb(230,237,114); }
td.TdClassName
{
border-color: #E6ED72;
}
.TagClassName
{
border-color: #E6ED72;
}
</style>