Shades of Honeysuckle #EDEC5D
Tints of Honeysuckle #EDEC5D
RGB
CMYK
RGB Variations
Color information
#EDEC5D (or 0xEDEC5D) is known color: Honeysuckle. HEX triplet: ED, EC and 5D. RGB value is (237,236,93). Sum of RGB (Red+Green+Blue) = 237+236+93=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 93 (36.72% from 255 or 16.43% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC5D is #1213A2. Grayscale: #DCDCDC. Windows color (decimal): -1184675 or 6155501. OLE color: 6155501.
HSL color Cylindrical-coordinate representation of color #EDEC5D: hue angle of 59.58º degrees, saturation: 0.8, 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 #EDEC5D is Cyan = 0, Magento = 0.00, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 93 | - |
| CMYK | 0 | 0.00 | 0.61 | 0.07 |
| HSL | 59.58º | 0.8% | 0.65% | - |
| HSV(B) | 59.58º | 0.61% | 0.93% | - |
| XYZ | 66.9 | 78.79 | 22.04 | - |
| YUV | 220 | 56.33 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 93 | 0 | 0.00 | 0.61 | 0.07 | 59.58 | 0.8 | 0.65 |
| Hex | ED | EC | 5D | 0 | 0 | 3D | 7 | 3C | 50 | 41 |
| Octal | 355 | 354 | 135 | 0 | 0 | 75 | 7 | 74 | 120 | 101 |
| Binary | 11101101 | 11101100 | 1011101 | 0 | 0 | 111101 | 111 | 111100 | 1010000 | 1000001 |
Color Harmonies of #EDEC5D
Complementary color
Monochromatic Colors of #EDEC5D
Black with #EDEC5D
Text Example
Text Example
White with #EDEC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC5D; }
p { color: rgb(237,236,93); }
H1.HeaderClassName
{
color: #EDEC5D;
}
.AnyTagClassName
{
color: #EDEC5D;
}
</style>
background-color css
<style>
a { background-color: #EDEC5D; }
a { background-color: rgb(237,236,93); }
div.DivClassName
{
background-color: #EDEC5D;
}
.BgClassName
{
background-color: #EDEC5D;
}
</style>
border-color css
<style>
span { border-color: #EDEC5D; }
span { border-color: rgb(237,236,93); }
td.TdClassName
{
border-color: #EDEC5D;
}
.TagClassName
{
border-color: #EDEC5D;
}
</style>