Shades of Manz #E6DE4A
Tints of Manz #E6DE4A
RGB
CMYK
RGB Variations
Color information
#E6DE4A (or 0xE6DE4A) is known color: Manz. HEX triplet: E6, DE and 4A. RGB value is (230,222,74). Sum of RGB (Red+Green+Blue) = 230+222+74=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 74 (29.30% from 255 or 14.07% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DE4A is #1921B5. Grayscale: #D0D0D0. Windows color (decimal): -1647030 or 4906726. OLE color: 4906726.
HSL color Cylindrical-coordinate representation of color #E6DE4A: hue angle of 56.92º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6DE4A is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 222 | 74 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.10 |
| HSL | 56.92º | 0.76% | 0.6% | - |
| HSV(B) | 56.92º | 0.68% | 0.9% | - |
| XYZ | 59.99 | 69.56 | 16.74 | - |
| YUV | 207.52 | 52.65 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 222 | 74 | 0 | 0.03 | 0.68 | 0.10 | 56.92 | 0.76 | 0.6 |
| Hex | E6 | DE | 4A | 0 | 3 | 44 | A | 39 | 4C | 3C |
| Octal | 346 | 336 | 112 | 0 | 3 | 104 | 12 | 71 | 114 | 74 |
| Binary | 11100110 | 11011110 | 1001010 | 0 | 11 | 1000100 | 1010 | 111001 | 1001100 | 111100 |
Color Harmonies of #E6DE4A
Complementary color
Monochromatic Colors of #E6DE4A
Black with #E6DE4A
Text Example
Text Example
White with #E6DE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DE4A; }
p { color: rgb(230,222,74); }
H1.HeaderClassName
{
color: #E6DE4A;
}
.AnyTagClassName
{
color: #E6DE4A;
}
</style>
background-color css
<style>
a { background-color: #E6DE4A; }
a { background-color: rgb(230,222,74); }
div.DivClassName
{
background-color: #E6DE4A;
}
.BgClassName
{
background-color: #E6DE4A;
}
</style>
border-color css
<style>
span { border-color: #E6DE4A; }
span { border-color: rgb(230,222,74); }
td.TdClassName
{
border-color: #E6DE4A;
}
.TagClassName
{
border-color: #E6DE4A;
}
</style>