Shades of Manz #E2D64B
Tints of Manz #E2D64B
RGB
CMYK
RGB Variations
Color information
#E2D64B (or 0xE2D64B) is known color: Manz. HEX triplet: E2, D6 and 4B. RGB value is (226,214,75). Sum of RGB (Red+Green+Blue) = 226+214+75=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 75 (29.69% from 255 or 14.56% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D64B is #1D29B4. Grayscale: #CACACA. Windows color (decimal): -1911221 or 4970210. OLE color: 4970210.
HSL color Cylindrical-coordinate representation of color #E2D64B: hue angle of 55.23º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2D64B is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 75 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.11 |
| HSL | 55.23º | 0.72% | 0.59% | - |
| HSV(B) | 55.23º | 0.67% | 0.89% | - |
| XYZ | 56.68 | 64.77 | 16.17 | - |
| YUV | 201.74 | 56.48 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 75 | 0 | 0.05 | 0.67 | 0.11 | 55.23 | 0.72 | 0.59 |
| Hex | E2 | D6 | 4B | 0 | 5 | 43 | B | 37 | 48 | 3B |
| Octal | 342 | 326 | 113 | 0 | 5 | 103 | 13 | 67 | 110 | 73 |
| Binary | 11100010 | 11010110 | 1001011 | 0 | 101 | 1000011 | 1011 | 110111 | 1001000 | 111011 |
Color Harmonies of #E2D64B
Complementary color
Monochromatic Colors of #E2D64B
Black with #E2D64B
Text Example
Text Example
White with #E2D64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D64B; }
p { color: rgb(226,214,75); }
H1.HeaderClassName
{
color: #E2D64B;
}
.AnyTagClassName
{
color: #E2D64B;
}
</style>
background-color css
<style>
a { background-color: #E2D64B; }
a { background-color: rgb(226,214,75); }
div.DivClassName
{
background-color: #E2D64B;
}
.BgClassName
{
background-color: #E2D64B;
}
</style>
border-color css
<style>
span { border-color: #E2D64B; }
span { border-color: rgb(226,214,75); }
td.TdClassName
{
border-color: #E2D64B;
}
.TagClassName
{
border-color: #E2D64B;
}
</style>