Shades of Manz #E6D450
Tints of Manz #E6D450
RGB
CMYK
RGB Variations
Color information
#E6D450 (or 0xE6D450) is known color: Manz. HEX triplet: E6, D4 and 50. RGB value is (230,212,80). Sum of RGB (Red+Green+Blue) = 230+212+80=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 80 (31.64% from 255 or 15.33% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D450 is #192BAF. Grayscale: #CACACA. Windows color (decimal): -1649584 or 5297382. OLE color: 5297382.
HSL color Cylindrical-coordinate representation of color #E6D450: hue angle of 52.8º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E6D450 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 212 | 80 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.10 |
| HSL | 52.8º | 0.75% | 0.61% | - |
| HSV(B) | 52.8º | 0.65% | 0.9% | - |
| XYZ | 57.62 | 64.49 | 17 | - |
| YUV | 202.33 | 58.96 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 212 | 80 | 0 | 0.08 | 0.65 | 0.10 | 52.8 | 0.75 | 0.61 |
| Hex | E6 | D4 | 50 | 0 | 8 | 41 | A | 35 | 4B | 3D |
| Octal | 346 | 324 | 120 | 0 | 10 | 101 | 12 | 65 | 113 | 75 |
| Binary | 11100110 | 11010100 | 1010000 | 0 | 1000 | 1000001 | 1010 | 110101 | 1001011 | 111101 |
Color Harmonies of #E6D450
Complementary color
Monochromatic Colors of #E6D450
Black with #E6D450
Text Example
Text Example
White with #E6D450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D450; }
p { color: rgb(230,212,80); }
H1.HeaderClassName
{
color: #E6D450;
}
.AnyTagClassName
{
color: #E6D450;
}
</style>
background-color css
<style>
a { background-color: #E6D450; }
a { background-color: rgb(230,212,80); }
div.DivClassName
{
background-color: #E6D450;
}
.BgClassName
{
background-color: #E6D450;
}
</style>
border-color css
<style>
span { border-color: #E6D450; }
span { border-color: rgb(230,212,80); }
td.TdClassName
{
border-color: #E6D450;
}
.TagClassName
{
border-color: #E6D450;
}
</style>