Shades of Honeysuckle #EDED64
Tints of Honeysuckle #EDED64
RGB
CMYK
RGB Variations
Color information
#EDED64 (or 0xEDED64) is known color: Honeysuckle. HEX triplet: ED, ED and 64. RGB value is (237,237,100). Sum of RGB (Red+Green+Blue) = 237+237+100=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 100 (39.45% from 255 or 17.42% from 574); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED64 is #12129B. Grayscale: #DDDDDD. Windows color (decimal): -1184412 or 6614509. OLE color: 6614509.
HSL color Cylindrical-coordinate representation of color #EDED64: hue angle of 60º 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 #EDED64 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 237 | 100 | - |
| CMYK | 0 | 0 | 0.58 | 0.07 |
| HSL | 60º | 0.79% | 0.66% | - |
| HSV(B) | 60º | 0.58% | 0.93% | - |
| XYZ | 67.51 | 79.49 | 23.84 | - |
| YUV | 221.38 | 59.5 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 237 | 100 | 0 | 0 | 0.58 | 0.07 | 60 | 0.79 | 0.66 |
| Hex | ED | ED | 64 | 0 | 0 | 3A | 7 | 3C | 4F | 42 |
| Octal | 355 | 355 | 144 | 0 | 0 | 72 | 7 | 74 | 117 | 102 |
| Binary | 11101101 | 11101101 | 1100100 | 0 | 0 | 111010 | 111 | 111100 | 1001111 | 1000010 |
Color Harmonies of #EDED64
Complementary color
Monochromatic Colors of #EDED64
Black with #EDED64
Text Example
Text Example
White with #EDED64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDED64; }
p { color: rgb(237,237,100); }
H1.HeaderClassName
{
color: #EDED64;
}
.AnyTagClassName
{
color: #EDED64;
}
</style>
background-color css
<style>
a { background-color: #EDED64; }
a { background-color: rgb(237,237,100); }
div.DivClassName
{
background-color: #EDED64;
}
.BgClassName
{
background-color: #EDED64;
}
</style>
border-color css
<style>
span { border-color: #EDED64; }
span { border-color: rgb(237,237,100); }
td.TdClassName
{
border-color: #EDED64;
}
.TagClassName
{
border-color: #EDED64;
}
</style>