Shades of Honeysuckle #EEED64
Tints of Honeysuckle #EEED64
RGB
CMYK
RGB Variations
Color information
#EEED64 (or 0xEEED64) is known color: Honeysuckle. HEX triplet: EE, ED and 64. RGB value is (238,237,100). Sum of RGB (Red+Green+Blue) = 238+237+100=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 100 (39.45% from 255 or 17.39% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEED64 is #11129B. Grayscale: #DEDEDE. Windows color (decimal): -1118876 or 6614510. OLE color: 6614510.
HSL color Cylindrical-coordinate representation of color #EEED64: hue angle of 59.57º degrees, saturation: 0.8, 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 #EEED64 is Cyan = 0, Magento = 0.00, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 100 | - |
| CMYK | 0 | 0.00 | 0.58 | 0.07 |
| HSL | 59.57º | 0.8% | 0.66% | - |
| HSV(B) | 59.57º | 0.58% | 0.93% | - |
| XYZ | 67.84 | 79.67 | 23.86 | - |
| YUV | 221.68 | 59.33 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 100 | 0 | 0.00 | 0.58 | 0.07 | 59.57 | 0.8 | 0.66 |
| Hex | EE | ED | 64 | 0 | 0 | 3A | 7 | 3C | 50 | 42 |
| Octal | 356 | 355 | 144 | 0 | 0 | 72 | 7 | 74 | 120 | 102 |
| Binary | 11101110 | 11101101 | 1100100 | 0 | 0 | 111010 | 111 | 111100 | 1010000 | 1000010 |
Color Harmonies of #EEED64
Complementary color
Monochromatic Colors of #EEED64
Black with #EEED64
Text Example
Text Example
White with #EEED64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED64; }
p { color: rgb(238,237,100); }
H1.HeaderClassName
{
color: #EEED64;
}
.AnyTagClassName
{
color: #EEED64;
}
</style>
background-color css
<style>
a { background-color: #EEED64; }
a { background-color: rgb(238,237,100); }
div.DivClassName
{
background-color: #EEED64;
}
.BgClassName
{
background-color: #EEED64;
}
</style>
border-color css
<style>
span { border-color: #EEED64; }
span { border-color: rgb(238,237,100); }
td.TdClassName
{
border-color: #EEED64;
}
.TagClassName
{
border-color: #EEED64;
}
</style>