Shades of Manz #E6DF50
Tints of Manz #E6DF50
RGB
CMYK
RGB Variations
Color information
#E6DF50 (or 0xE6DF50) is known color: Manz. HEX triplet: E6, DF and 50. RGB value is (230,223,80). Sum of RGB (Red+Green+Blue) = 230+223+80=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 80 (31.64% from 255 or 15.01% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DF50 is #1920AF. Grayscale: #D1D1D1. Windows color (decimal): -1646768 or 5300198. OLE color: 5300198.
HSL color Cylindrical-coordinate representation of color #E6DF50: hue angle of 57.2º 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 #E6DF50 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 80 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.10 |
| HSL | 57.2º | 0.75% | 0.61% | - |
| HSV(B) | 57.2º | 0.65% | 0.9% | - |
| XYZ | 60.47 | 70.18 | 17.95 | - |
| YUV | 208.79 | 55.32 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 80 | 0 | 0.03 | 0.65 | 0.10 | 57.2 | 0.75 | 0.61 |
| Hex | E6 | DF | 50 | 0 | 3 | 41 | A | 39 | 4B | 3D |
| Octal | 346 | 337 | 120 | 0 | 3 | 101 | 12 | 71 | 113 | 75 |
| Binary | 11100110 | 11011111 | 1010000 | 0 | 11 | 1000001 | 1010 | 111001 | 1001011 | 111101 |
Color Harmonies of #E6DF50
Complementary color
Monochromatic Colors of #E6DF50
Black with #E6DF50
Text Example
Text Example
White with #E6DF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DF50; }
p { color: rgb(230,223,80); }
H1.HeaderClassName
{
color: #E6DF50;
}
.AnyTagClassName
{
color: #E6DF50;
}
</style>
background-color css
<style>
a { background-color: #E6DF50; }
a { background-color: rgb(230,223,80); }
div.DivClassName
{
background-color: #E6DF50;
}
.BgClassName
{
background-color: #E6DF50;
}
</style>
border-color css
<style>
span { border-color: #E6DF50; }
span { border-color: rgb(230,223,80); }
td.TdClassName
{
border-color: #E6DF50;
}
.TagClassName
{
border-color: #E6DF50;
}
</style>