Shades of Honeysuckle #EDE164
Tints of Honeysuckle #EDE164
RGB
CMYK
RGB Variations
Color information
#EDE164 (or 0xEDE164) is known color: Honeysuckle. HEX triplet: ED, E1 and 64. RGB value is (237,225,100). Sum of RGB (Red+Green+Blue) = 237+225+100=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 100 (39.45% from 255 or 17.79% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE164 is #121E9B. Grayscale: #D6D6D6. Windows color (decimal): -1187484 or 6611437. OLE color: 6611437.
HSL color Cylindrical-coordinate representation of color #EDE164: hue angle of 54.74º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDE164 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 100 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.07 |
| HSL | 54.74º | 0.79% | 0.66% | - |
| HSV(B) | 54.74º | 0.58% | 0.93% | - |
| XYZ | 64.15 | 72.78 | 22.72 | - |
| YUV | 214.34 | 63.48 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 100 | 0 | 0.05 | 0.58 | 0.07 | 54.74 | 0.79 | 0.66 |
| Hex | ED | E1 | 64 | 0 | 5 | 3A | 7 | 37 | 4F | 42 |
| Octal | 355 | 341 | 144 | 0 | 5 | 72 | 7 | 67 | 117 | 102 |
| Binary | 11101101 | 11100001 | 1100100 | 0 | 101 | 111010 | 111 | 110111 | 1001111 | 1000010 |
Color Harmonies of #EDE164
Complementary color
Monochromatic Colors of #EDE164
Black with #EDE164
Text Example
Text Example
White with #EDE164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE164; }
p { color: rgb(237,225,100); }
H1.HeaderClassName
{
color: #EDE164;
}
.AnyTagClassName
{
color: #EDE164;
}
</style>
background-color css
<style>
a { background-color: #EDE164; }
a { background-color: rgb(237,225,100); }
div.DivClassName
{
background-color: #EDE164;
}
.BgClassName
{
background-color: #EDE164;
}
</style>
border-color css
<style>
span { border-color: #EDE164; }
span { border-color: rgb(237,225,100); }
td.TdClassName
{
border-color: #EDE164;
}
.TagClassName
{
border-color: #EDE164;
}
</style>