Shades of Honeysuckle #EDE862
Tints of Honeysuckle #EDE862
RGB
CMYK
RGB Variations
Color information
#EDE862 (or 0xEDE862) is known color: Honeysuckle. HEX triplet: ED, E8 and 62. RGB value is (237,232,98). Sum of RGB (Red+Green+Blue) = 237+232+98=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 232 (91.02% from 255 or 40.92% from 567); Blue value is 98 (38.67% from 255 or 17.28% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE862 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE862 is #12179D. Grayscale: #DADADA. Windows color (decimal): -1185694 or 6482157. OLE color: 6482157.
HSL color Cylindrical-coordinate representation of color #EDE862: hue angle of 57.84º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDE862 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 98 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.07 |
| HSL | 57.84º | 0.79% | 0.66% | - |
| HSV(B) | 57.84º | 0.59% | 0.93% | - |
| XYZ | 65.99 | 76.6 | 22.86 | - |
| YUV | 218.22 | 60.16 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 98 | 0 | 0.02 | 0.59 | 0.07 | 57.84 | 0.79 | 0.66 |
| Hex | ED | E8 | 62 | 0 | 2 | 3B | 7 | 3A | 4F | 42 |
| Octal | 355 | 350 | 142 | 0 | 2 | 73 | 7 | 72 | 117 | 102 |
| Binary | 11101101 | 11101000 | 1100010 | 0 | 10 | 111011 | 111 | 111010 | 1001111 | 1000010 |
Color Harmonies of #EDE862
Complementary color
Monochromatic Colors of #EDE862
Black with #EDE862
Text Example
Text Example
White with #EDE862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE862; }
p { color: rgb(237,232,98); }
H1.HeaderClassName
{
color: #EDE862;
}
.AnyTagClassName
{
color: #EDE862;
}
</style>
background-color css
<style>
a { background-color: #EDE862; }
a { background-color: rgb(237,232,98); }
div.DivClassName
{
background-color: #EDE862;
}
.BgClassName
{
background-color: #EDE862;
}
</style>
border-color css
<style>
span { border-color: #EDE862; }
span { border-color: rgb(237,232,98); }
td.TdClassName
{
border-color: #EDE862;
}
.TagClassName
{
border-color: #EDE862;
}
</style>