Shades of Honeysuckle #ECE85C
Tints of Honeysuckle #ECE85C
RGB
CMYK
RGB Variations
Color information
#ECE85C (or 0xECE85C) is known color: Honeysuckle. HEX triplet: EC, E8 and 5C. RGB value is (236,232,92). Sum of RGB (Red+Green+Blue) = 236+232+92=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 232 (91.02% from 255 or 41.43% from 560); Blue value is 92 (36.33% from 255 or 16.43% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE85C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE85C is #1317A3. Grayscale: #D9D9D9. Windows color (decimal): -1251236 or 6088940. OLE color: 6088940.
HSL color Cylindrical-coordinate representation of color #ECE85C: hue angle of 58.33º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECE85C is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 92 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.07 |
| HSL | 58.33º | 0.79% | 0.64% | - |
| HSV(B) | 58.33º | 0.61% | 0.93% | - |
| XYZ | 65.38 | 76.32 | 21.41 | - |
| YUV | 217.24 | 57.33 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 92 | 0 | 0.02 | 0.61 | 0.07 | 58.33 | 0.79 | 0.64 |
| Hex | EC | E8 | 5C | 0 | 2 | 3D | 7 | 3A | 4F | 40 |
| Octal | 354 | 350 | 134 | 0 | 2 | 75 | 7 | 72 | 117 | 100 |
| Binary | 11101100 | 11101000 | 1011100 | 0 | 10 | 111101 | 111 | 111010 | 1001111 | 1000000 |
Color Harmonies of #ECE85C
Complementary color
Monochromatic Colors of #ECE85C
Black with #ECE85C
Text Example
Text Example
White with #ECE85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE85C; }
p { color: rgb(236,232,92); }
H1.HeaderClassName
{
color: #ECE85C;
}
.AnyTagClassName
{
color: #ECE85C;
}
</style>
background-color css
<style>
a { background-color: #ECE85C; }
a { background-color: rgb(236,232,92); }
div.DivClassName
{
background-color: #ECE85C;
}
.BgClassName
{
background-color: #ECE85C;
}
</style>
border-color css
<style>
span { border-color: #ECE85C; }
span { border-color: rgb(236,232,92); }
td.TdClassName
{
border-color: #ECE85C;
}
.TagClassName
{
border-color: #ECE85C;
}
</style>