Shades of Manz #EEE34F
Tints of Manz #EEE34F
RGB
CMYK
RGB Variations
Color information
#EEE34F (or 0xEEE34F) is known color: Manz. HEX triplet: EE, E3 and 4F. RGB value is (238,227,79). Sum of RGB (Red+Green+Blue) = 238+227+79=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 79 (31.25% from 255 or 14.52% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE34F is #111CB0. Grayscale: #D6D6D6. Windows color (decimal): -1121457 or 5235694. OLE color: 5235694.
HSL color Cylindrical-coordinate representation of color #EEE34F: hue angle of 55.85º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEE34F is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 79 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.07 |
| HSL | 55.85º | 0.82% | 0.62% | - |
| HSV(B) | 55.85º | 0.67% | 0.93% | - |
| XYZ | 64.14 | 73.68 | 18.24 | - |
| YUV | 213.42 | 52.14 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 79 | 0 | 0.05 | 0.67 | 0.07 | 55.85 | 0.82 | 0.62 |
| Hex | EE | E3 | 4F | 0 | 5 | 43 | 7 | 38 | 52 | 3E |
| Octal | 356 | 343 | 117 | 0 | 5 | 103 | 7 | 70 | 122 | 76 |
| Binary | 11101110 | 11100011 | 1001111 | 0 | 101 | 1000011 | 111 | 111000 | 1010010 | 111110 |
Color Harmonies of #EEE34F
Complementary color
Monochromatic Colors of #EEE34F
Black with #EEE34F
Text Example
Text Example
White with #EEE34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE34F; }
p { color: rgb(238,227,79); }
H1.HeaderClassName
{
color: #EEE34F;
}
.AnyTagClassName
{
color: #EEE34F;
}
</style>
background-color css
<style>
a { background-color: #EEE34F; }
a { background-color: rgb(238,227,79); }
div.DivClassName
{
background-color: #EEE34F;
}
.BgClassName
{
background-color: #EEE34F;
}
</style>
border-color css
<style>
span { border-color: #EEE34F; }
span { border-color: rgb(238,227,79); }
td.TdClassName
{
border-color: #EEE34F;
}
.TagClassName
{
border-color: #EEE34F;
}
</style>