Shades of Manz #ECE358
Tints of Manz #ECE358
RGB
CMYK
RGB Variations
Color information
#ECE358 (or 0xECE358) is known color: Manz. HEX triplet: EC, E3 and 58. RGB value is (236,227,88). Sum of RGB (Red+Green+Blue) = 236+227+88=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 88 (34.77% from 255 or 15.97% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE358 is #131CA7. Grayscale: #D6D6D6. Windows color (decimal): -1252520 or 5825516. OLE color: 5825516.
HSL color Cylindrical-coordinate representation of color #ECE358: hue angle of 56.35º 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 #ECE358 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 227 | 88 | - |
CMYK | 0 | 0.04 | 0.63 | 0.07 |
HSL | 56.35º | 0.8% | 0.64% | - |
HSV(B) | 56.35º | 0.63% | 0.93% | - |
XYZ | 63.82 | 73.48 | 20.05 | - |
YUV | 213.85 | 56.98 | 143.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 227 | 88 | 0 | 0.04 | 0.63 | 0.07 | 56.35 | 0.8 | 0.64 |
Hex | EC | E3 | 58 | 0 | 4 | 3F | 7 | 38 | 50 | 40 |
Octal | 354 | 343 | 130 | 0 | 4 | 77 | 7 | 70 | 120 | 100 |
Binary | 11101100 | 11100011 | 1011000 | 0 | 100 | 111111 | 111 | 111000 | 1010000 | 1000000 |
Color Harmonies of #ECE358
Complementary color
Monochromatic Colors of #ECE358
Black with #ECE358
Text Example
Text Example
White with #ECE358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE358; }
p { color: rgb(236,227,88); }
H1.HeaderClassName
{
color: #ECE358;
}
.AnyTagClassName
{
color: #ECE358;
}
</style>
background-color css
<style>
a { background-color: #ECE358; }
a { background-color: rgb(236,227,88); }
div.DivClassName
{
background-color: #ECE358;
}
.BgClassName
{
background-color: #ECE358;
}
</style>
border-color css
<style>
span { border-color: #ECE358; }
span { border-color: rgb(236,227,88); }
td.TdClassName
{
border-color: #ECE358;
}
.TagClassName
{
border-color: #ECE358;
}
</style>