Shades of Honeysuckle #EDE366
Tints of Honeysuckle #EDE366
RGB
CMYK
RGB Variations
Color information
#EDE366 (or 0xEDE366) is known color: Honeysuckle. HEX triplet: ED, E3 and 66. RGB value is (237,227,102). Sum of RGB (Red+Green+Blue) = 237+227+102=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 227 (89.06% from 255 or 40.11% from 566); Blue value is 102 (40.23% from 255 or 18.02% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE366 is #121C99. Grayscale: #D8D8D8. Windows color (decimal): -1186970 or 6743021. OLE color: 6743021.
HSL color Cylindrical-coordinate representation of color #EDE366: hue angle of 55.56º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDE366 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 102 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.07 |
| HSL | 55.56º | 0.79% | 0.66% | - |
| HSV(B) | 55.56º | 0.57% | 0.93% | - |
| XYZ | 64.79 | 73.9 | 23.42 | - |
| YUV | 215.74 | 63.81 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 102 | 0 | 0.04 | 0.57 | 0.07 | 55.56 | 0.79 | 0.66 |
| Hex | ED | E3 | 66 | 0 | 4 | 39 | 7 | 38 | 4F | 42 |
| Octal | 355 | 343 | 146 | 0 | 4 | 71 | 7 | 70 | 117 | 102 |
| Binary | 11101101 | 11100011 | 1100110 | 0 | 100 | 111001 | 111 | 111000 | 1001111 | 1000010 |
Color Harmonies of #EDE366
Complementary color
Monochromatic Colors of #EDE366
Black with #EDE366
Text Example
Text Example
White with #EDE366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE366; }
p { color: rgb(237,227,102); }
H1.HeaderClassName
{
color: #EDE366;
}
.AnyTagClassName
{
color: #EDE366;
}
</style>
background-color css
<style>
a { background-color: #EDE366; }
a { background-color: rgb(237,227,102); }
div.DivClassName
{
background-color: #EDE366;
}
.BgClassName
{
background-color: #EDE366;
}
</style>
border-color css
<style>
span { border-color: #EDE366; }
span { border-color: rgb(237,227,102); }
td.TdClassName
{
border-color: #EDE366;
}
.TagClassName
{
border-color: #EDE366;
}
</style>