Shades of Manz #E2DF4C
Tints of Manz #E2DF4C
RGB
CMYK
RGB Variations
Color information
#E2DF4C (or 0xE2DF4C) is known color: Manz. HEX triplet: E2, DF and 4C. RGB value is (226,223,76). Sum of RGB (Red+Green+Blue) = 226+223+76=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 76 (30.08% from 255 or 14.48% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DF4C is #1D20B3. Grayscale: #CFCFCF. Windows color (decimal): -1908916 or 5038050. OLE color: 5038050.
HSL color Cylindrical-coordinate representation of color #E2DF4C: hue angle of 58.8º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2DF4C is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 223 | 76 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.11 |
| HSL | 58.8º | 0.72% | 0.59% | - |
| HSV(B) | 58.8º | 0.66% | 0.89% | - |
| XYZ | 59.06 | 69.47 | 17.13 | - |
| YUV | 207.14 | 53.99 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 76 | 0 | 0.01 | 0.66 | 0.11 | 58.8 | 0.72 | 0.59 |
| Hex | E2 | DF | 4C | 0 | 1 | 42 | B | 3B | 48 | 3B |
| Octal | 342 | 337 | 114 | 0 | 1 | 102 | 13 | 73 | 110 | 73 |
| Binary | 11100010 | 11011111 | 1001100 | 0 | 1 | 1000010 | 1011 | 111011 | 1001000 | 111011 |
Color Harmonies of #E2DF4C
Complementary color
Monochromatic Colors of #E2DF4C
Black with #E2DF4C
Text Example
Text Example
White with #E2DF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DF4C; }
p { color: rgb(226,223,76); }
H1.HeaderClassName
{
color: #E2DF4C;
}
.AnyTagClassName
{
color: #E2DF4C;
}
</style>
background-color css
<style>
a { background-color: #E2DF4C; }
a { background-color: rgb(226,223,76); }
div.DivClassName
{
background-color: #E2DF4C;
}
.BgClassName
{
background-color: #E2DF4C;
}
</style>
border-color css
<style>
span { border-color: #E2DF4C; }
span { border-color: rgb(226,223,76); }
td.TdClassName
{
border-color: #E2DF4C;
}
.TagClassName
{
border-color: #E2DF4C;
}
</style>