Shades of Manz #E8DA5A
Tints of Manz #E8DA5A
RGB
CMYK
RGB Variations
Color information
#E8DA5A (or 0xE8DA5A) is known color: Manz. HEX triplet: E8, DA and 5A. RGB value is (232,218,90). Sum of RGB (Red+Green+Blue) = 232+218+90=540 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.96% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 90 (35.55% from 255 or 16.67% from 540); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DA5A is #1725A5. Grayscale: #D0D0D0. Windows color (decimal): -1516966 or 5954280. OLE color: 5954280.
HSL color Cylindrical-coordinate representation of color #E8DA5A: hue angle of 54.08º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E8DA5A is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 218 | 90 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.09 |
| HSL | 54.08º | 0.76% | 0.63% | - |
| HSV(B) | 54.08º | 0.61% | 0.91% | - |
| XYZ | 60.2 | 68.04 | 19.63 | - |
| YUV | 207.59 | 61.64 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 90 | 0 | 0.06 | 0.61 | 0.09 | 54.08 | 0.76 | 0.63 |
| Hex | E8 | DA | 5A | 0 | 6 | 3D | 9 | 36 | 4C | 3F |
| Octal | 350 | 332 | 132 | 0 | 6 | 75 | 11 | 66 | 114 | 77 |
| Binary | 11101000 | 11011010 | 1011010 | 0 | 110 | 111101 | 1001 | 110110 | 1001100 | 111111 |
Color Harmonies of #E8DA5A
Complementary color
Monochromatic Colors of #E8DA5A
Black with #E8DA5A
Text Example
Text Example
White with #E8DA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DA5A; }
p { color: rgb(232,218,90); }
H1.HeaderClassName
{
color: #E8DA5A;
}
.AnyTagClassName
{
color: #E8DA5A;
}
</style>
background-color css
<style>
a { background-color: #E8DA5A; }
a { background-color: rgb(232,218,90); }
div.DivClassName
{
background-color: #E8DA5A;
}
.BgClassName
{
background-color: #E8DA5A;
}
</style>
border-color css
<style>
span { border-color: #E8DA5A; }
span { border-color: rgb(232,218,90); }
td.TdClassName
{
border-color: #E8DA5A;
}
.TagClassName
{
border-color: #E8DA5A;
}
</style>