Shades of Honeysuckle #EDEC5C
Tints of Honeysuckle #EDEC5C
RGB
CMYK
RGB Variations
Color information
#EDEC5C (or 0xEDEC5C) is known color: Honeysuckle. HEX triplet: ED, EC and 5C. RGB value is (237,236,92). Sum of RGB (Red+Green+Blue) = 237+236+92=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 92 (36.33% from 255 or 16.28% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC5C is #1213A3. Grayscale: #DCDCDC. Windows color (decimal): -1184676 or 6089965. OLE color: 6089965.
HSL color Cylindrical-coordinate representation of color #EDEC5C: hue angle of 59.59º 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 #EDEC5C is Cyan = 0, Magento = 0.00, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 92 | - |
| CMYK | 0 | 0.00 | 0.61 | 0.07 |
| HSL | 59.59º | 0.8% | 0.65% | - |
| HSV(B) | 59.59º | 0.61% | 0.93% | - |
| XYZ | 66.85 | 78.77 | 21.81 | - |
| YUV | 219.88 | 55.83 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 92 | 0 | 0.00 | 0.61 | 0.07 | 59.59 | 0.8 | 0.65 |
| Hex | ED | EC | 5C | 0 | 0 | 3D | 7 | 3C | 50 | 41 |
| Octal | 355 | 354 | 134 | 0 | 0 | 75 | 7 | 74 | 120 | 101 |
| Binary | 11101101 | 11101100 | 1011100 | 0 | 0 | 111101 | 111 | 111100 | 1010000 | 1000001 |
Color Harmonies of #EDEC5C
Complementary color
Monochromatic Colors of #EDEC5C
Black with #EDEC5C
Text Example
Text Example
White with #EDEC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC5C; }
p { color: rgb(237,236,92); }
H1.HeaderClassName
{
color: #EDEC5C;
}
.AnyTagClassName
{
color: #EDEC5C;
}
</style>
background-color css
<style>
a { background-color: #EDEC5C; }
a { background-color: rgb(237,236,92); }
div.DivClassName
{
background-color: #EDEC5C;
}
.BgClassName
{
background-color: #EDEC5C;
}
</style>
border-color css
<style>
span { border-color: #EDEC5C; }
span { border-color: rgb(237,236,92); }
td.TdClassName
{
border-color: #EDEC5C;
}
.TagClassName
{
border-color: #EDEC5C;
}
</style>