Shades of Manz #ECE24A
Tints of Manz #ECE24A
RGB
CMYK
RGB Variations
Color information
#ECE24A (or 0xECE24A) is known color: Manz. HEX triplet: EC, E2 and 4A. RGB value is (236,226,74). Sum of RGB (Red+Green+Blue) = 236+226+74=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 74 (29.30% from 255 or 13.81% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE24A is #131DB5. Grayscale: #D4D4D4. Windows color (decimal): -1252790 or 4907756. OLE color: 4907756.
HSL color Cylindrical-coordinate representation of color #ECE24A: hue angle of 56.3º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECE24A is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 226 | 74 | - |
CMYK | 0 | 0.04 | 0.69 | 0.07 |
HSL | 56.3º | 0.81% | 0.61% | - |
HSV(B) | 56.3º | 0.69% | 0.93% | - |
XYZ | 63.02 | 72.72 | 17.19 | - |
YUV | 211.66 | 50.31 | 145.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 226 | 74 | 0 | 0.04 | 0.69 | 0.07 | 56.3 | 0.81 | 0.61 |
Hex | EC | E2 | 4A | 0 | 4 | 45 | 7 | 38 | 51 | 3D |
Octal | 354 | 342 | 112 | 0 | 4 | 105 | 7 | 70 | 121 | 75 |
Binary | 11101100 | 11100010 | 1001010 | 0 | 100 | 1000101 | 111 | 111000 | 1010001 | 111101 |
Color Harmonies of #ECE24A
Complementary color
Monochromatic Colors of #ECE24A
Black with #ECE24A
Text Example
Text Example
White with #ECE24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE24A; }
p { color: rgb(236,226,74); }
H1.HeaderClassName
{
color: #ECE24A;
}
.AnyTagClassName
{
color: #ECE24A;
}
</style>
background-color css
<style>
a { background-color: #ECE24A; }
a { background-color: rgb(236,226,74); }
div.DivClassName
{
background-color: #ECE24A;
}
.BgClassName
{
background-color: #ECE24A;
}
</style>
border-color css
<style>
span { border-color: #ECE24A; }
span { border-color: rgb(236,226,74); }
td.TdClassName
{
border-color: #ECE24A;
}
.TagClassName
{
border-color: #ECE24A;
}
</style>