Shades of Manz #ECE458
Tints of Manz #ECE458
RGB
CMYK
RGB Variations
Color information
#ECE458 (or 0xECE458) is known color: Manz. HEX triplet: EC, E4 and 58. RGB value is (236,228,88). Sum of RGB (Red+Green+Blue) = 236+228+88=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 228 (89.45% from 255 or 41.30% from 552); Blue value is 88 (34.77% from 255 or 15.94% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE458 is #131BA7. Grayscale: #D7D7D7. Windows color (decimal): -1252264 or 5825772. OLE color: 5825772.
HSL color Cylindrical-coordinate representation of color #ECE458: hue angle of 56.76º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ECE458 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 88 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.07 |
| HSL | 56.76º | 0.8% | 0.64% | - |
| HSV(B) | 56.76º | 0.63% | 0.93% | - |
| XYZ | 64.1 | 74.02 | 20.14 | - |
| YUV | 214.43 | 56.65 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 88 | 0 | 0.03 | 0.63 | 0.07 | 56.76 | 0.8 | 0.64 |
| Hex | EC | E4 | 58 | 0 | 3 | 3F | 7 | 39 | 50 | 40 |
| Octal | 354 | 344 | 130 | 0 | 3 | 77 | 7 | 71 | 120 | 100 |
| Binary | 11101100 | 11100100 | 1011000 | 0 | 11 | 111111 | 111 | 111001 | 1010000 | 1000000 |
Color Harmonies of #ECE458
Complementary color
Monochromatic Colors of #ECE458
Black with #ECE458
Text Example
Text Example
White with #ECE458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE458; }
p { color: rgb(236,228,88); }
H1.HeaderClassName
{
color: #ECE458;
}
.AnyTagClassName
{
color: #ECE458;
}
</style>
background-color css
<style>
a { background-color: #ECE458; }
a { background-color: rgb(236,228,88); }
div.DivClassName
{
background-color: #ECE458;
}
.BgClassName
{
background-color: #ECE458;
}
</style>
border-color css
<style>
span { border-color: #ECE458; }
span { border-color: rgb(236,228,88); }
td.TdClassName
{
border-color: #ECE458;
}
.TagClassName
{
border-color: #ECE458;
}
</style>