Shades of Manz #EEE450
Tints of Manz #EEE450
RGB
CMYK
RGB Variations
Color information
#EEE450 (or 0xEEE450) is known color: Manz. HEX triplet: EE, E4 and 50. RGB value is (238,228,80). Sum of RGB (Red+Green+Blue) = 238+228+80=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 80 (31.64% from 255 or 14.65% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE450 is #111BAF. Grayscale: #D6D6D6. Windows color (decimal): -1121200 or 5301486. OLE color: 5301486.
HSL color Cylindrical-coordinate representation of color #EEE450: hue angle of 56.2º 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 #EEE450 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 80 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.07 |
| HSL | 56.2º | 0.82% | 0.62% | - |
| HSV(B) | 56.2º | 0.66% | 0.93% | - |
| XYZ | 64.45 | 74.24 | 18.52 | - |
| YUV | 214.12 | 52.31 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 80 | 0 | 0.04 | 0.66 | 0.07 | 56.2 | 0.82 | 0.62 |
| Hex | EE | E4 | 50 | 0 | 4 | 42 | 7 | 38 | 52 | 3E |
| Octal | 356 | 344 | 120 | 0 | 4 | 102 | 7 | 70 | 122 | 76 |
| Binary | 11101110 | 11100100 | 1010000 | 0 | 100 | 1000010 | 111 | 111000 | 1010010 | 111110 |
Color Harmonies of #EEE450
Complementary color
Monochromatic Colors of #EEE450
Black with #EEE450
Text Example
Text Example
White with #EEE450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE450; }
p { color: rgb(238,228,80); }
H1.HeaderClassName
{
color: #EEE450;
}
.AnyTagClassName
{
color: #EEE450;
}
</style>
background-color css
<style>
a { background-color: #EEE450; }
a { background-color: rgb(238,228,80); }
div.DivClassName
{
background-color: #EEE450;
}
.BgClassName
{
background-color: #EEE450;
}
</style>
border-color css
<style>
span { border-color: #EEE450; }
span { border-color: rgb(238,228,80); }
td.TdClassName
{
border-color: #EEE450;
}
.TagClassName
{
border-color: #EEE450;
}
</style>