Shades of Manz #EEE05C
Tints of Manz #EEE05C
RGB
CMYK
RGB Variations
Color information
#EEE05C (or 0xEEE05C) is known color: Manz. HEX triplet: EE, E0 and 5C. RGB value is (238,224,92). Sum of RGB (Red+Green+Blue) = 238+224+92=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 92 (36.33% from 255 or 16.61% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE05C is #111FA3. Grayscale: #D5D5D5. Windows color (decimal): -1122212 or 6086894. OLE color: 6086894.
HSL color Cylindrical-coordinate representation of color #EEE05C: hue angle of 54.25º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEE05C is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 92 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.07 |
| HSL | 54.25º | 0.81% | 0.65% | - |
| HSV(B) | 54.25º | 0.61% | 0.93% | - |
| XYZ | 63.85 | 72.26 | 20.71 | - |
| YUV | 213.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 92 | 0 | 0.06 | 0.61 | 0.07 | 54.25 | 0.81 | 0.65 |
| Hex | EE | E0 | 5C | 0 | 6 | 3D | 7 | 36 | 51 | 41 |
| Octal | 356 | 340 | 134 | 0 | 6 | 75 | 7 | 66 | 121 | 101 |
| Binary | 11101110 | 11100000 | 1011100 | 0 | 110 | 111101 | 111 | 110110 | 1010001 | 1000001 |
Color Harmonies of #EEE05C
Complementary color
Monochromatic Colors of #EEE05C
Black with #EEE05C
Text Example
Text Example
White with #EEE05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE05C; }
p { color: rgb(238,224,92); }
H1.HeaderClassName
{
color: #EEE05C;
}
.AnyTagClassName
{
color: #EEE05C;
}
</style>
background-color css
<style>
a { background-color: #EEE05C; }
a { background-color: rgb(238,224,92); }
div.DivClassName
{
background-color: #EEE05C;
}
.BgClassName
{
background-color: #EEE05C;
}
</style>
border-color css
<style>
span { border-color: #EEE05C; }
span { border-color: rgb(238,224,92); }
td.TdClassName
{
border-color: #EEE05C;
}
.TagClassName
{
border-color: #EEE05C;
}
</style>