Shades of Manz #E8DA4C
Tints of Manz #E8DA4C
RGB
CMYK
RGB Variations
Color information
#E8DA4C (or 0xE8DA4C) is known color: Manz. HEX triplet: E8, DA and 4C. RGB value is (232,218,76). Sum of RGB (Red+Green+Blue) = 232+218+76=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 76 (30.08% from 255 or 14.45% from 526); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DA4C is #1725B3. Grayscale: #CECECE. Windows color (decimal): -1516980 or 5036776. OLE color: 5036776.
HSL color Cylindrical-coordinate representation of color #E8DA4C: hue angle of 54.62º 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 #E8DA4C is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 218 | 76 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.09 |
| HSL | 54.62º | 0.77% | 0.6% | - |
| HSV(B) | 54.62º | 0.67% | 0.91% | - |
| XYZ | 59.65 | 67.82 | 16.78 | - |
| YUV | 206 | 54.64 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 76 | 0 | 0.06 | 0.67 | 0.09 | 54.62 | 0.77 | 0.6 |
| Hex | E8 | DA | 4C | 0 | 6 | 43 | 9 | 37 | 4D | 3C |
| Octal | 350 | 332 | 114 | 0 | 6 | 103 | 11 | 67 | 115 | 74 |
| Binary | 11101000 | 11011010 | 1001100 | 0 | 110 | 1000011 | 1001 | 110111 | 1001101 | 111100 |
Color Harmonies of #E8DA4C
Complementary color
Monochromatic Colors of #E8DA4C
Black with #E8DA4C
Text Example
Text Example
White with #E8DA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DA4C; }
p { color: rgb(232,218,76); }
H1.HeaderClassName
{
color: #E8DA4C;
}
.AnyTagClassName
{
color: #E8DA4C;
}
</style>
background-color css
<style>
a { background-color: #E8DA4C; }
a { background-color: rgb(232,218,76); }
div.DivClassName
{
background-color: #E8DA4C;
}
.BgClassName
{
background-color: #E8DA4C;
}
</style>
border-color css
<style>
span { border-color: #E8DA4C; }
span { border-color: rgb(232,218,76); }
td.TdClassName
{
border-color: #E8DA4C;
}
.TagClassName
{
border-color: #E8DA4C;
}
</style>