Shades of Honeysuckle #ECE362
Tints of Honeysuckle #ECE362
RGB
CMYK
RGB Variations
Color information
#ECE362 (or 0xECE362) is known color: Honeysuckle. HEX triplet: EC, E3 and 62. RGB value is (236,227,98). Sum of RGB (Red+Green+Blue) = 236+227+98=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 98 (38.67% from 255 or 17.47% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE362 is #131C9D. Grayscale: #D7D7D7. Windows color (decimal): -1252510 or 6480876. OLE color: 6480876.
HSL color Cylindrical-coordinate representation of color #ECE362: hue angle of 56.09º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECE362 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 98 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.07 |
| HSL | 56.09º | 0.78% | 0.65% | - |
| HSV(B) | 56.09º | 0.58% | 0.93% | - |
| XYZ | 64.27 | 73.65 | 22.38 | - |
| YUV | 214.99 | 61.98 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 98 | 0 | 0.04 | 0.58 | 0.07 | 56.09 | 0.78 | 0.65 |
| Hex | EC | E3 | 62 | 0 | 4 | 3A | 7 | 38 | 4E | 41 |
| Octal | 354 | 343 | 142 | 0 | 4 | 72 | 7 | 70 | 116 | 101 |
| Binary | 11101100 | 11100011 | 1100010 | 0 | 100 | 111010 | 111 | 111000 | 1001110 | 1000001 |
Color Harmonies of #ECE362
Complementary color
Monochromatic Colors of #ECE362
Black with #ECE362
Text Example
Text Example
White with #ECE362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE362; }
p { color: rgb(236,227,98); }
H1.HeaderClassName
{
color: #ECE362;
}
.AnyTagClassName
{
color: #ECE362;
}
</style>
background-color css
<style>
a { background-color: #ECE362; }
a { background-color: rgb(236,227,98); }
div.DivClassName
{
background-color: #ECE362;
}
.BgClassName
{
background-color: #ECE362;
}
</style>
border-color css
<style>
span { border-color: #ECE362; }
span { border-color: rgb(236,227,98); }
td.TdClassName
{
border-color: #ECE362;
}
.TagClassName
{
border-color: #ECE362;
}
</style>