Shades of Manz #ECE352
Tints of Manz #ECE352
RGB
CMYK
RGB Variations
Color information
#ECE352 (or 0xECE352) is known color: Manz. HEX triplet: EC, E3 and 52. RGB value is (236,227,82). Sum of RGB (Red+Green+Blue) = 236+227+82=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 82 (32.42% from 255 or 15.05% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE352 is #131CAD. Grayscale: #D5D5D5. Windows color (decimal): -1252526 or 5432300. OLE color: 5432300.
HSL color Cylindrical-coordinate representation of color #ECE352: hue angle of 56.49º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECE352 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 227 | 82 | - |
CMYK | 0 | 0.04 | 0.65 | 0.07 |
HSL | 56.49º | 0.8% | 0.62% | - |
HSV(B) | 56.49º | 0.65% | 0.93% | - |
XYZ | 63.58 | 73.38 | 18.8 | - |
YUV | 213.16 | 53.98 | 144.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 227 | 82 | 0 | 0.04 | 0.65 | 0.07 | 56.49 | 0.8 | 0.62 |
Hex | EC | E3 | 52 | 0 | 4 | 41 | 7 | 38 | 50 | 3E |
Octal | 354 | 343 | 122 | 0 | 4 | 101 | 7 | 70 | 120 | 76 |
Binary | 11101100 | 11100011 | 1010010 | 0 | 100 | 1000001 | 111 | 111000 | 1010000 | 111110 |
Color Harmonies of #ECE352
Complementary color
Monochromatic Colors of #ECE352
Black with #ECE352
Text Example
Text Example
White with #ECE352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE352; }
p { color: rgb(236,227,82); }
H1.HeaderClassName
{
color: #ECE352;
}
.AnyTagClassName
{
color: #ECE352;
}
</style>
background-color css
<style>
a { background-color: #ECE352; }
a { background-color: rgb(236,227,82); }
div.DivClassName
{
background-color: #ECE352;
}
.BgClassName
{
background-color: #ECE352;
}
</style>
border-color css
<style>
span { border-color: #ECE352; }
span { border-color: rgb(236,227,82); }
td.TdClassName
{
border-color: #ECE352;
}
.TagClassName
{
border-color: #ECE352;
}
</style>