Shades of Manz #EEE04B
Tints of Manz #EEE04B
RGB
CMYK
RGB Variations
Color information
#EEE04B (or 0xEEE04B) is known color: Manz. HEX triplet: EE, E0 and 4B. RGB value is (238,224,75). Sum of RGB (Red+Green+Blue) = 238+224+75=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 75 (29.69% from 255 or 13.97% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE04B is #111FB4. Grayscale: #D3D3D3. Windows color (decimal): -1122229 or 4972782. OLE color: 4972782.
HSL color Cylindrical-coordinate representation of color #EEE04B: hue angle of 54.85º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEE04B is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 75 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.07 |
| HSL | 54.85º | 0.83% | 0.61% | - |
| HSV(B) | 54.85º | 0.68% | 0.93% | - |
| XYZ | 63.19 | 72 | 17.22 | - |
| YUV | 211.2 | 51.14 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 75 | 0 | 0.06 | 0.68 | 0.07 | 54.85 | 0.83 | 0.61 |
| Hex | EE | E0 | 4B | 0 | 6 | 44 | 7 | 37 | 53 | 3D |
| Octal | 356 | 340 | 113 | 0 | 6 | 104 | 7 | 67 | 123 | 75 |
| Binary | 11101110 | 11100000 | 1001011 | 0 | 110 | 1000100 | 111 | 110111 | 1010011 | 111101 |
Color Harmonies of #EEE04B
Complementary color
Monochromatic Colors of #EEE04B
Black with #EEE04B
Text Example
Text Example
White with #EEE04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE04B; }
p { color: rgb(238,224,75); }
H1.HeaderClassName
{
color: #EEE04B;
}
.AnyTagClassName
{
color: #EEE04B;
}
</style>
background-color css
<style>
a { background-color: #EEE04B; }
a { background-color: rgb(238,224,75); }
div.DivClassName
{
background-color: #EEE04B;
}
.BgClassName
{
background-color: #EEE04B;
}
</style>
border-color css
<style>
span { border-color: #EEE04B; }
span { border-color: rgb(238,224,75); }
td.TdClassName
{
border-color: #EEE04B;
}
.TagClassName
{
border-color: #EEE04B;
}
</style>