Shades of Honeysuckle #ECE95A
Tints of Honeysuckle #ECE95A
RGB
CMYK
RGB Variations
Color information
#ECE95A (or 0xECE95A) is known color: Honeysuckle. HEX triplet: EC, E9 and 5A. RGB value is (236,233,90). Sum of RGB (Red+Green+Blue) = 236+233+90=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 233 (91.41% from 255 or 41.68% from 559); Blue value is 90 (35.55% from 255 or 16.10% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE95A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE95A is #1316A5. Grayscale: #DADADA. Windows color (decimal): -1250982 or 5958124. OLE color: 5958124.
HSL color Cylindrical-coordinate representation of color #ECE95A: hue angle of 58.77º degrees, saturation: 0.79, 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 #ECE95A is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 90 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.07 |
| HSL | 58.77º | 0.79% | 0.64% | - |
| HSV(B) | 58.77º | 0.62% | 0.93% | - |
| XYZ | 65.58 | 76.85 | 21.05 | - |
| YUV | 217.6 | 55.99 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 90 | 0 | 0.01 | 0.62 | 0.07 | 58.77 | 0.79 | 0.64 |
| Hex | EC | E9 | 5A | 0 | 1 | 3E | 7 | 3B | 4F | 40 |
| Octal | 354 | 351 | 132 | 0 | 1 | 76 | 7 | 73 | 117 | 100 |
| Binary | 11101100 | 11101001 | 1011010 | 0 | 1 | 111110 | 111 | 111011 | 1001111 | 1000000 |
Color Harmonies of #ECE95A
Complementary color
Monochromatic Colors of #ECE95A
Black with #ECE95A
Text Example
Text Example
White with #ECE95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE95A; }
p { color: rgb(236,233,90); }
H1.HeaderClassName
{
color: #ECE95A;
}
.AnyTagClassName
{
color: #ECE95A;
}
</style>
background-color css
<style>
a { background-color: #ECE95A; }
a { background-color: rgb(236,233,90); }
div.DivClassName
{
background-color: #ECE95A;
}
.BgClassName
{
background-color: #ECE95A;
}
</style>
border-color css
<style>
span { border-color: #ECE95A; }
span { border-color: rgb(236,233,90); }
td.TdClassName
{
border-color: #ECE95A;
}
.TagClassName
{
border-color: #ECE95A;
}
</style>