Shades of Manz #ECE35B
Tints of Manz #ECE35B
RGB
CMYK
RGB Variations
Color information
#ECE35B (or 0xECE35B) is known color: Manz. HEX triplet: EC, E3 and 5B. RGB value is (236,227,91). Sum of RGB (Red+Green+Blue) = 236+227+91=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 227 (89.06% from 255 or 40.97% from 554); Blue value is 91 (35.94% from 255 or 16.43% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE35B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE35B is #131CA4. Grayscale: #D6D6D6. Windows color (decimal): -1252517 or 6022124. OLE color: 6022124.
HSL color Cylindrical-coordinate representation of color #ECE35B: hue angle of 56.28º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECE35B is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 91 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.07 |
| HSL | 56.28º | 0.79% | 0.64% | - |
| HSV(B) | 56.28º | 0.61% | 0.93% | - |
| XYZ | 63.95 | 73.53 | 20.72 | - |
| YUV | 214.19 | 58.48 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 91 | 0 | 0.04 | 0.61 | 0.07 | 56.28 | 0.79 | 0.64 |
| Hex | EC | E3 | 5B | 0 | 4 | 3D | 7 | 38 | 4F | 40 |
| Octal | 354 | 343 | 133 | 0 | 4 | 75 | 7 | 70 | 117 | 100 |
| Binary | 11101100 | 11100011 | 1011011 | 0 | 100 | 111101 | 111 | 111000 | 1001111 | 1000000 |
Color Harmonies of #ECE35B
Complementary color
Monochromatic Colors of #ECE35B
Black with #ECE35B
Text Example
Text Example
White with #ECE35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE35B; }
p { color: rgb(236,227,91); }
H1.HeaderClassName
{
color: #ECE35B;
}
.AnyTagClassName
{
color: #ECE35B;
}
</style>
background-color css
<style>
a { background-color: #ECE35B; }
a { background-color: rgb(236,227,91); }
div.DivClassName
{
background-color: #ECE35B;
}
.BgClassName
{
background-color: #ECE35B;
}
</style>
border-color css
<style>
span { border-color: #ECE35B; }
span { border-color: rgb(236,227,91); }
td.TdClassName
{
border-color: #ECE35B;
}
.TagClassName
{
border-color: #ECE35B;
}
</style>