Shades of Honeysuckle #EEED5D
Tints of Honeysuckle #EEED5D
RGB
CMYK
RGB Variations
Color information
#EEED5D (or 0xEEED5D) is known color: Honeysuckle. HEX triplet: EE, ED and 5D. RGB value is (238,237,93). Sum of RGB (Red+Green+Blue) = 238+237+93=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 93 (36.72% from 255 or 16.37% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEED5D is #1112A2. Grayscale: #DDDDDD. Windows color (decimal): -1118883 or 6155758. OLE color: 6155758.
HSL color Cylindrical-coordinate representation of color #EEED5D: hue angle of 59.59º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEED5D is Cyan = 0, Magento = 0.00, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 93 | - |
| CMYK | 0 | 0.00 | 0.61 | 0.07 |
| HSL | 59.59º | 0.81% | 0.65% | - |
| HSV(B) | 59.59º | 0.61% | 0.93% | - |
| XYZ | 67.52 | 79.54 | 22.15 | - |
| YUV | 220.88 | 55.83 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 93 | 0 | 0.00 | 0.61 | 0.07 | 59.59 | 0.81 | 0.65 |
| Hex | EE | ED | 5D | 0 | 0 | 3D | 7 | 3C | 51 | 41 |
| Octal | 356 | 355 | 135 | 0 | 0 | 75 | 7 | 74 | 121 | 101 |
| Binary | 11101110 | 11101101 | 1011101 | 0 | 0 | 111101 | 111 | 111100 | 1010001 | 1000001 |
Color Harmonies of #EEED5D
Complementary color
Monochromatic Colors of #EEED5D
Black with #EEED5D
Text Example
Text Example
White with #EEED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED5D; }
p { color: rgb(238,237,93); }
H1.HeaderClassName
{
color: #EEED5D;
}
.AnyTagClassName
{
color: #EEED5D;
}
</style>
background-color css
<style>
a { background-color: #EEED5D; }
a { background-color: rgb(238,237,93); }
div.DivClassName
{
background-color: #EEED5D;
}
.BgClassName
{
background-color: #EEED5D;
}
</style>
border-color css
<style>
span { border-color: #EEED5D; }
span { border-color: rgb(238,237,93); }
td.TdClassName
{
border-color: #EEED5D;
}
.TagClassName
{
border-color: #EEED5D;
}
</style>