Shades of Manz #E8DB4F
Tints of Manz #E8DB4F
RGB
CMYK
RGB Variations
Color information
#E8DB4F (or 0xE8DB4F) is known color: Manz. HEX triplet: E8, DB and 4F. RGB value is (232,219,79). Sum of RGB (Red+Green+Blue) = 232+219+79=530 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.77% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 79 (31.25% from 255 or 14.91% from 530); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DB4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DB4F is #1724B0. Grayscale: #CFCFCF. Windows color (decimal): -1516721 or 5233640. OLE color: 5233640.
HSL color Cylindrical-coordinate representation of color #E8DB4F: hue angle of 54.9º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8DB4F is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 219 | 79 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.09 |
| HSL | 54.9º | 0.77% | 0.61% | - |
| HSV(B) | 54.9º | 0.66% | 0.91% | - |
| XYZ | 60.02 | 68.38 | 17.43 | - |
| YUV | 206.93 | 55.81 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 219 | 79 | 0 | 0.06 | 0.66 | 0.09 | 54.9 | 0.77 | 0.61 |
| Hex | E8 | DB | 4F | 0 | 6 | 42 | 9 | 37 | 4D | 3D |
| Octal | 350 | 333 | 117 | 0 | 6 | 102 | 11 | 67 | 115 | 75 |
| Binary | 11101000 | 11011011 | 1001111 | 0 | 110 | 1000010 | 1001 | 110111 | 1001101 | 111101 |
Color Harmonies of #E8DB4F
Complementary color
Monochromatic Colors of #E8DB4F
Black with #E8DB4F
Text Example
Text Example
White with #E8DB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DB4F; }
p { color: rgb(232,219,79); }
H1.HeaderClassName
{
color: #E8DB4F;
}
.AnyTagClassName
{
color: #E8DB4F;
}
</style>
background-color css
<style>
a { background-color: #E8DB4F; }
a { background-color: rgb(232,219,79); }
div.DivClassName
{
background-color: #E8DB4F;
}
.BgClassName
{
background-color: #E8DB4F;
}
</style>
border-color css
<style>
span { border-color: #E8DB4F; }
span { border-color: rgb(232,219,79); }
td.TdClassName
{
border-color: #E8DB4F;
}
.TagClassName
{
border-color: #E8DB4F;
}
</style>