Shades of Honeysuckle #ECE46A
Tints of Honeysuckle #ECE46A
RGB
CMYK
RGB Variations
Color information
#ECE46A (or 0xECE46A) is known color: Honeysuckle. HEX triplet: EC, E4 and 6A. RGB value is (236,228,106). Sum of RGB (Red+Green+Blue) = 236+228+106=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 228 (89.45% from 255 or 40% from 570); Blue value is 106 (41.80% from 255 or 18.60% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE46A is #131B95. Grayscale: #D8D8D8. Windows color (decimal): -1252246 or 7005420. OLE color: 7005420.
HSL color Cylindrical-coordinate representation of color #ECE46A: hue angle of 56.31º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ECE46A is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 106 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.07 |
| HSL | 56.31º | 0.77% | 0.67% | - |
| HSV(B) | 56.31º | 0.55% | 0.93% | - |
| XYZ | 64.94 | 74.36 | 24.57 | - |
| YUV | 216.48 | 65.65 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 106 | 0 | 0.03 | 0.55 | 0.07 | 56.31 | 0.77 | 0.67 |
| Hex | EC | E4 | 6A | 0 | 3 | 37 | 7 | 38 | 4D | 43 |
| Octal | 354 | 344 | 152 | 0 | 3 | 67 | 7 | 70 | 115 | 103 |
| Binary | 11101100 | 11100100 | 1101010 | 0 | 11 | 110111 | 111 | 111000 | 1001101 | 1000011 |
Color Harmonies of #ECE46A
Complementary color
Monochromatic Colors of #ECE46A
Black with #ECE46A
Text Example
Text Example
White with #ECE46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE46A; }
p { color: rgb(236,228,106); }
H1.HeaderClassName
{
color: #ECE46A;
}
.AnyTagClassName
{
color: #ECE46A;
}
</style>
background-color css
<style>
a { background-color: #ECE46A; }
a { background-color: rgb(236,228,106); }
div.DivClassName
{
background-color: #ECE46A;
}
.BgClassName
{
background-color: #ECE46A;
}
</style>
border-color css
<style>
span { border-color: #ECE46A; }
span { border-color: rgb(236,228,106); }
td.TdClassName
{
border-color: #ECE46A;
}
.TagClassName
{
border-color: #ECE46A;
}
</style>