Shades of Manz #E8DB4C
Tints of Manz #E8DB4C
RGB
CMYK
RGB Variations
Color information
#E8DB4C (or 0xE8DB4C) is known color: Manz. HEX triplet: E8, DB and 4C. RGB value is (232,219,76). Sum of RGB (Red+Green+Blue) = 232+219+76=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 76 (30.08% from 255 or 14.42% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DB4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DB4C is #1724B3. Grayscale: #CFCFCF. Windows color (decimal): -1516724 or 5037032. OLE color: 5037032.
HSL color Cylindrical-coordinate representation of color #E8DB4C: hue angle of 55º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E8DB4C is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 219 | 76 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.09 |
| HSL | 55º | 0.77% | 0.6% | - |
| HSV(B) | 55º | 0.67% | 0.91% | - |
| XYZ | 59.91 | 68.34 | 16.87 | - |
| YUV | 206.59 | 54.31 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 219 | 76 | 0 | 0.06 | 0.67 | 0.09 | 55 | 0.77 | 0.6 |
| Hex | E8 | DB | 4C | 0 | 6 | 43 | 9 | 37 | 4D | 3C |
| Octal | 350 | 333 | 114 | 0 | 6 | 103 | 11 | 67 | 115 | 74 |
| Binary | 11101000 | 11011011 | 1001100 | 0 | 110 | 1000011 | 1001 | 110111 | 1001101 | 111100 |
Color Harmonies of #E8DB4C
Complementary color
Monochromatic Colors of #E8DB4C
Black with #E8DB4C
Text Example
Text Example
White with #E8DB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DB4C; }
p { color: rgb(232,219,76); }
H1.HeaderClassName
{
color: #E8DB4C;
}
.AnyTagClassName
{
color: #E8DB4C;
}
</style>
background-color css
<style>
a { background-color: #E8DB4C; }
a { background-color: rgb(232,219,76); }
div.DivClassName
{
background-color: #E8DB4C;
}
.BgClassName
{
background-color: #E8DB4C;
}
</style>
border-color css
<style>
span { border-color: #E8DB4C; }
span { border-color: rgb(232,219,76); }
td.TdClassName
{
border-color: #E8DB4C;
}
.TagClassName
{
border-color: #E8DB4C;
}
</style>