Shades of Manz #E8DC4B
Tints of Manz #E8DC4B
RGB
CMYK
RGB Variations
Color information
#E8DC4B (or 0xE8DC4B) is known color: Manz. HEX triplet: E8, DC and 4B. RGB value is (232,220,75). Sum of RGB (Red+Green+Blue) = 232+220+75=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 75 (29.69% from 255 or 14.23% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DC4B is #1723B4. Grayscale: #CFCFCF. Windows color (decimal): -1516469 or 4971752. OLE color: 4971752.
HSL color Cylindrical-coordinate representation of color #E8DC4B: hue angle of 55.41º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E8DC4B is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 220 | 75 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.09 |
| HSL | 55.41º | 0.77% | 0.6% | - |
| HSV(B) | 55.41º | 0.68% | 0.91% | - |
| XYZ | 60.14 | 68.85 | 16.78 | - |
| YUV | 207.06 | 53.48 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 75 | 0 | 0.05 | 0.68 | 0.09 | 55.41 | 0.77 | 0.6 |
| Hex | E8 | DC | 4B | 0 | 5 | 44 | 9 | 37 | 4D | 3C |
| Octal | 350 | 334 | 113 | 0 | 5 | 104 | 11 | 67 | 115 | 74 |
| Binary | 11101000 | 11011100 | 1001011 | 0 | 101 | 1000100 | 1001 | 110111 | 1001101 | 111100 |
Color Harmonies of #E8DC4B
Complementary color
Monochromatic Colors of #E8DC4B
Black with #E8DC4B
Text Example
Text Example
White with #E8DC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DC4B; }
p { color: rgb(232,220,75); }
H1.HeaderClassName
{
color: #E8DC4B;
}
.AnyTagClassName
{
color: #E8DC4B;
}
</style>
background-color css
<style>
a { background-color: #E8DC4B; }
a { background-color: rgb(232,220,75); }
div.DivClassName
{
background-color: #E8DC4B;
}
.BgClassName
{
background-color: #E8DC4B;
}
</style>
border-color css
<style>
span { border-color: #E8DC4B; }
span { border-color: rgb(232,220,75); }
td.TdClassName
{
border-color: #E8DC4B;
}
.TagClassName
{
border-color: #E8DC4B;
}
</style>