Shades of Moon Yellow #EEB413
Tints of Moon Yellow #EEB413
RGB
CMYK
RGB Variations
Color information
#EEB413 (or 0xEEB413) is known color: Moon Yellow. HEX triplet: EE, B4 and 13. RGB value is (238,180,19). Sum of RGB (Red+Green+Blue) = 238+180+19=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 19 (7.81% from 255 or 4.35% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB413 is #114BEC. Grayscale: #B3B3B3. Windows color (decimal): -1133549 or 1291502. OLE color: 1291502.
HSL color Cylindrical-coordinate representation of color #EEB413: hue angle of 44.11º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEB413 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 19 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.07 |
| HSL | 44.11º | 0.87% | 0.5% | - |
| HSV(B) | 44.11º | 0.92% | 0.93% | - |
| XYZ | 51.7 | 50.87 | 7.71 | - |
| YUV | 178.99 | 37.72 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 19 | 0 | 0.24 | 0.92 | 0.07 | 44.11 | 0.87 | 0.5 |
| Hex | EE | B4 | 13 | 0 | 18 | 5C | 7 | 2C | 57 | 32 |
| Octal | 356 | 264 | 23 | 0 | 30 | 134 | 7 | 54 | 127 | 62 |
| Binary | 11101110 | 10110100 | 10011 | 0 | 11000 | 1011100 | 111 | 101100 | 1010111 | 110010 |
Color Harmonies of #EEB413
Complementary color
Monochromatic Colors of #EEB413
Black with #EEB413
Text Example
Text Example
White with #EEB413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB413; }
p { color: rgb(238,180,19); }
H1.HeaderClassName
{
color: #EEB413;
}
.AnyTagClassName
{
color: #EEB413;
}
</style>
background-color css
<style>
a { background-color: #EEB413; }
a { background-color: rgb(238,180,19); }
div.DivClassName
{
background-color: #EEB413;
}
.BgClassName
{
background-color: #EEB413;
}
</style>
border-color css
<style>
span { border-color: #EEB413; }
span { border-color: rgb(238,180,19); }
td.TdClassName
{
border-color: #EEB413;
}
.TagClassName
{
border-color: #EEB413;
}
</style>