Shades of Honeysuckle #EDE166
Tints of Honeysuckle #EDE166
RGB
CMYK
RGB Variations
Color information
#EDE166 (or 0xEDE166) is known color: Honeysuckle. HEX triplet: ED, E1 and 66. RGB value is (237,225,102). Sum of RGB (Red+Green+Blue) = 237+225+102=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 102 (40.23% from 255 or 18.09% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE166 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE166 is #121E99. Grayscale: #D7D7D7. Windows color (decimal): -1187482 or 6742509. OLE color: 6742509.
HSL color Cylindrical-coordinate representation of color #EDE166: hue angle of 54.67º 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 #EDE166 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 102 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.07 |
| HSL | 54.67º | 0.79% | 0.66% | - |
| HSV(B) | 54.67º | 0.57% | 0.93% | - |
| XYZ | 64.25 | 72.81 | 23.24 | - |
| YUV | 214.57 | 64.48 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 102 | 0 | 0.05 | 0.57 | 0.07 | 54.67 | 0.79 | 0.66 |
| Hex | ED | E1 | 66 | 0 | 5 | 39 | 7 | 37 | 4F | 42 |
| Octal | 355 | 341 | 146 | 0 | 5 | 71 | 7 | 67 | 117 | 102 |
| Binary | 11101101 | 11100001 | 1100110 | 0 | 101 | 111001 | 111 | 110111 | 1001111 | 1000010 |
Color Harmonies of #EDE166
Complementary color
Monochromatic Colors of #EDE166
Black with #EDE166
Text Example
Text Example
White with #EDE166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE166; }
p { color: rgb(237,225,102); }
H1.HeaderClassName
{
color: #EDE166;
}
.AnyTagClassName
{
color: #EDE166;
}
</style>
background-color css
<style>
a { background-color: #EDE166; }
a { background-color: rgb(237,225,102); }
div.DivClassName
{
background-color: #EDE166;
}
.BgClassName
{
background-color: #EDE166;
}
</style>
border-color css
<style>
span { border-color: #EDE166; }
span { border-color: rgb(237,225,102); }
td.TdClassName
{
border-color: #EDE166;
}
.TagClassName
{
border-color: #EDE166;
}
</style>