Shades of Manz #E1D64A
Tints of Manz #E1D64A
RGB
CMYK
RGB Variations
Color information
#E1D64A (or 0xE1D64A) is known color: Manz. HEX triplet: E1, D6 and 4A. RGB value is (225,214,74). Sum of RGB (Red+Green+Blue) = 225+214+74=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 74 (29.30% from 255 or 14.42% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D64A is #1E29B5. Grayscale: #C9C9C9. Windows color (decimal): -1976758 or 4904673. OLE color: 4904673.
HSL color Cylindrical-coordinate representation of color #E1D64A: hue angle of 55.63º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1D64A is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 214 | 74 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.12 |
| HSL | 55.63º | 0.72% | 0.59% | - |
| HSV(B) | 55.63º | 0.67% | 0.88% | - |
| XYZ | 56.33 | 64.6 | 15.98 | - |
| YUV | 201.33 | 56.14 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 74 | 0 | 0.05 | 0.67 | 0.12 | 55.63 | 0.72 | 0.59 |
| Hex | E1 | D6 | 4A | 0 | 5 | 43 | C | 38 | 48 | 3B |
| Octal | 341 | 326 | 112 | 0 | 5 | 103 | 14 | 70 | 110 | 73 |
| Binary | 11100001 | 11010110 | 1001010 | 0 | 101 | 1000011 | 1100 | 111000 | 1001000 | 111011 |
Color Harmonies of #E1D64A
Complementary color
Monochromatic Colors of #E1D64A
Black with #E1D64A
Text Example
Text Example
White with #E1D64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D64A; }
p { color: rgb(225,214,74); }
H1.HeaderClassName
{
color: #E1D64A;
}
.AnyTagClassName
{
color: #E1D64A;
}
</style>
background-color css
<style>
a { background-color: #E1D64A; }
a { background-color: rgb(225,214,74); }
div.DivClassName
{
background-color: #E1D64A;
}
.BgClassName
{
background-color: #E1D64A;
}
</style>
border-color css
<style>
span { border-color: #E1D64A; }
span { border-color: rgb(225,214,74); }
td.TdClassName
{
border-color: #E1D64A;
}
.TagClassName
{
border-color: #E1D64A;
}
</style>