Shades of Honeysuckle #ECED5A
Tints of Honeysuckle #ECED5A
RGB
CMYK
RGB Variations
Color information
#ECED5A (or 0xECED5A) is known color: Honeysuckle. HEX triplet: EC, ED and 5A. RGB value is (236,237,90). Sum of RGB (Red+Green+Blue) = 236+237+90=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 90 (35.55% from 255 or 15.99% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECED5A is #1312A5. Grayscale: #DCDCDC. Windows color (decimal): -1249958 or 5959148. OLE color: 5959148.
HSL color Cylindrical-coordinate representation of color #ECED5A: hue angle of 60.41º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECED5A is Cyan = 0.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 90 | - |
| CMYK | 0.00 | 0 | 0.62 | 0.07 |
| HSL | 60.41º | 0.8% | 0.64% | - |
| HSV(B) | 60.41º | 0.62% | 0.93% | - |
| XYZ | 66.72 | 79.14 | 21.43 | - |
| YUV | 219.94 | 54.67 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 90 | 0.00 | 0 | 0.62 | 0.07 | 60.41 | 0.8 | 0.64 |
| Hex | EC | ED | 5A | 0 | 0 | 3E | 7 | 3C | 50 | 40 |
| Octal | 354 | 355 | 132 | 0 | 0 | 76 | 7 | 74 | 120 | 100 |
| Binary | 11101100 | 11101101 | 1011010 | 0 | 0 | 111110 | 111 | 111100 | 1010000 | 1000000 |
Color Harmonies of #ECED5A
Complementary color
Monochromatic Colors of #ECED5A
Black with #ECED5A
Text Example
Text Example
White with #ECED5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED5A; }
p { color: rgb(236,237,90); }
H1.HeaderClassName
{
color: #ECED5A;
}
.AnyTagClassName
{
color: #ECED5A;
}
</style>
background-color css
<style>
a { background-color: #ECED5A; }
a { background-color: rgb(236,237,90); }
div.DivClassName
{
background-color: #ECED5A;
}
.BgClassName
{
background-color: #ECED5A;
}
</style>
border-color css
<style>
span { border-color: #ECED5A; }
span { border-color: rgb(236,237,90); }
td.TdClassName
{
border-color: #ECED5A;
}
.TagClassName
{
border-color: #ECED5A;
}
</style>