Shades of Honeysuckle #EDE867
Tints of Honeysuckle #EDE867
RGB
CMYK
RGB Variations
Color information
#EDE867 (or 0xEDE867) is known color: Honeysuckle. HEX triplet: ED, E8 and 67. RGB value is (237,232,103). Sum of RGB (Red+Green+Blue) = 237+232+103=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 232 (91.02% from 255 or 40.56% from 572); Blue value is 103 (40.62% from 255 or 18.01% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE867 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE867 is #121798. Grayscale: #DBDBDB. Windows color (decimal): -1185689 or 6809837. OLE color: 6809837.
HSL color Cylindrical-coordinate representation of color #EDE867: hue angle of 57.76º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDE867 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 103 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.07 |
| HSL | 57.76º | 0.79% | 0.67% | - |
| HSV(B) | 57.76º | 0.57% | 0.93% | - |
| XYZ | 66.23 | 76.7 | 24.15 | - |
| YUV | 218.79 | 62.66 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 103 | 0 | 0.02 | 0.57 | 0.07 | 57.76 | 0.79 | 0.67 |
| Hex | ED | E8 | 67 | 0 | 2 | 39 | 7 | 3A | 4F | 43 |
| Octal | 355 | 350 | 147 | 0 | 2 | 71 | 7 | 72 | 117 | 103 |
| Binary | 11101101 | 11101000 | 1100111 | 0 | 10 | 111001 | 111 | 111010 | 1001111 | 1000011 |
Color Harmonies of #EDE867
Complementary color
Monochromatic Colors of #EDE867
Black with #EDE867
Text Example
Text Example
White with #EDE867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE867; }
p { color: rgb(237,232,103); }
H1.HeaderClassName
{
color: #EDE867;
}
.AnyTagClassName
{
color: #EDE867;
}
</style>
background-color css
<style>
a { background-color: #EDE867; }
a { background-color: rgb(237,232,103); }
div.DivClassName
{
background-color: #EDE867;
}
.BgClassName
{
background-color: #EDE867;
}
</style>
border-color css
<style>
span { border-color: #EDE867; }
span { border-color: rgb(237,232,103); }
td.TdClassName
{
border-color: #EDE867;
}
.TagClassName
{
border-color: #EDE867;
}
</style>