Shades of Honeysuckle #ECE465
Tints of Honeysuckle #ECE465
RGB
CMYK
RGB Variations
Color information
#ECE465 (or 0xECE465) is known color: Honeysuckle. HEX triplet: EC, E4 and 65. RGB value is (236,228,101). Sum of RGB (Red+Green+Blue) = 236+228+101=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 228 (89.45% from 255 or 40.35% from 565); Blue value is 101 (39.84% from 255 or 17.88% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE465 is #131B9A. Grayscale: #D8D8D8. Windows color (decimal): -1252251 or 6677740. OLE color: 6677740.
HSL color Cylindrical-coordinate representation of color #ECE465: hue angle of 56.44º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ECE465 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 101 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.07 |
| HSL | 56.44º | 0.78% | 0.66% | - |
| HSV(B) | 56.44º | 0.57% | 0.93% | - |
| XYZ | 64.68 | 74.26 | 23.24 | - |
| YUV | 215.91 | 63.15 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 101 | 0 | 0.03 | 0.57 | 0.07 | 56.44 | 0.78 | 0.66 |
| Hex | EC | E4 | 65 | 0 | 3 | 39 | 7 | 38 | 4E | 42 |
| Octal | 354 | 344 | 145 | 0 | 3 | 71 | 7 | 70 | 116 | 102 |
| Binary | 11101100 | 11100100 | 1100101 | 0 | 11 | 111001 | 111 | 111000 | 1001110 | 1000010 |
Color Harmonies of #ECE465
Complementary color
Monochromatic Colors of #ECE465
Black with #ECE465
Text Example
Text Example
White with #ECE465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE465; }
p { color: rgb(236,228,101); }
H1.HeaderClassName
{
color: #ECE465;
}
.AnyTagClassName
{
color: #ECE465;
}
</style>
background-color css
<style>
a { background-color: #ECE465; }
a { background-color: rgb(236,228,101); }
div.DivClassName
{
background-color: #ECE465;
}
.BgClassName
{
background-color: #ECE465;
}
</style>
border-color css
<style>
span { border-color: #ECE465; }
span { border-color: rgb(236,228,101); }
td.TdClassName
{
border-color: #ECE465;
}
.TagClassName
{
border-color: #ECE465;
}
</style>