Shades of Manz #E6DD4C
Tints of Manz #E6DD4C
RGB
CMYK
RGB Variations
Color information
#E6DD4C (or 0xE6DD4C) is known color: Manz. HEX triplet: E6, DD and 4C. RGB value is (230,221,76). Sum of RGB (Red+Green+Blue) = 230+221+76=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 76 (30.08% from 255 or 14.42% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DD4C is #1922B3. Grayscale: #CFCFCF. Windows color (decimal): -1647284 or 5037542. OLE color: 5037542.
HSL color Cylindrical-coordinate representation of color #E6DD4C: hue angle of 56.49º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6DD4C is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 76 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.10 |
| HSL | 56.49º | 0.75% | 0.6% | - |
| HSV(B) | 56.49º | 0.67% | 0.9% | - |
| XYZ | 59.79 | 69.06 | 17.02 | - |
| YUV | 207.16 | 53.98 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 76 | 0 | 0.04 | 0.67 | 0.10 | 56.49 | 0.75 | 0.6 |
| Hex | E6 | DD | 4C | 0 | 4 | 43 | A | 38 | 4B | 3C |
| Octal | 346 | 335 | 114 | 0 | 4 | 103 | 12 | 70 | 113 | 74 |
| Binary | 11100110 | 11011101 | 1001100 | 0 | 100 | 1000011 | 1010 | 111000 | 1001011 | 111100 |
Color Harmonies of #E6DD4C
Complementary color
Monochromatic Colors of #E6DD4C
Black with #E6DD4C
Text Example
Text Example
White with #E6DD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DD4C; }
p { color: rgb(230,221,76); }
H1.HeaderClassName
{
color: #E6DD4C;
}
.AnyTagClassName
{
color: #E6DD4C;
}
</style>
background-color css
<style>
a { background-color: #E6DD4C; }
a { background-color: rgb(230,221,76); }
div.DivClassName
{
background-color: #E6DD4C;
}
.BgClassName
{
background-color: #E6DD4C;
}
</style>
border-color css
<style>
span { border-color: #E6DD4C; }
span { border-color: rgb(230,221,76); }
td.TdClassName
{
border-color: #E6DD4C;
}
.TagClassName
{
border-color: #E6DD4C;
}
</style>