Shades of Manz #EEDE50
Tints of Manz #EEDE50
RGB
CMYK
RGB Variations
Color information
#EEDE50 (or 0xEEDE50) is known color: Manz. HEX triplet: EE, DE and 50. RGB value is (238,222,80). Sum of RGB (Red+Green+Blue) = 238+222+80=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 80 (31.64% from 255 or 14.81% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE50 is #1121AF. Grayscale: #D3D3D3. Windows color (decimal): -1122736 or 5299950. OLE color: 5299950.
HSL color Cylindrical-coordinate representation of color #EEDE50: hue angle of 53.92º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEDE50 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 80 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.07 |
| HSL | 53.92º | 0.82% | 0.62% | - |
| HSV(B) | 53.92º | 0.66% | 0.93% | - |
| XYZ | 62.83 | 71 | 17.98 | - |
| YUV | 210.6 | 54.3 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 80 | 0 | 0.07 | 0.66 | 0.07 | 53.92 | 0.82 | 0.62 |
| Hex | EE | DE | 50 | 0 | 7 | 42 | 7 | 36 | 52 | 3E |
| Octal | 356 | 336 | 120 | 0 | 7 | 102 | 7 | 66 | 122 | 76 |
| Binary | 11101110 | 11011110 | 1010000 | 0 | 111 | 1000010 | 111 | 110110 | 1010010 | 111110 |
Color Harmonies of #EEDE50
Complementary color
Monochromatic Colors of #EEDE50
Black with #EEDE50
Text Example
Text Example
White with #EEDE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDE50; }
p { color: rgb(238,222,80); }
H1.HeaderClassName
{
color: #EEDE50;
}
.AnyTagClassName
{
color: #EEDE50;
}
</style>
background-color css
<style>
a { background-color: #EEDE50; }
a { background-color: rgb(238,222,80); }
div.DivClassName
{
background-color: #EEDE50;
}
.BgClassName
{
background-color: #EEDE50;
}
</style>
border-color css
<style>
span { border-color: #EEDE50; }
span { border-color: rgb(238,222,80); }
td.TdClassName
{
border-color: #EEDE50;
}
.TagClassName
{
border-color: #EEDE50;
}
</style>