Shades of Moon Yellow #EEB414
Tints of Moon Yellow #EEB414
RGB
CMYK
RGB Variations
Color information
#EEB414 (or 0xEEB414) is known color: Moon Yellow. HEX triplet: EE, B4 and 14. RGB value is (238,180,20). Sum of RGB (Red+Green+Blue) = 238+180+20=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB414 is #114BEB. Grayscale: #B3B3B3. Windows color (decimal): -1133548 or 1357038. OLE color: 1357038.
HSL color Cylindrical-coordinate representation of color #EEB414: hue angle of 44.04º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEB414 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 20 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.07 |
| HSL | 44.04º | 0.87% | 0.51% | - |
| HSV(B) | 44.04º | 0.92% | 0.93% | - |
| XYZ | 51.71 | 50.87 | 7.76 | - |
| YUV | 179.1 | 38.22 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 20 | 0 | 0.24 | 0.92 | 0.07 | 44.04 | 0.87 | 0.51 |
| Hex | EE | B4 | 14 | 0 | 18 | 5C | 7 | 2C | 57 | 33 |
| Octal | 356 | 264 | 24 | 0 | 30 | 134 | 7 | 54 | 127 | 63 |
| Binary | 11101110 | 10110100 | 10100 | 0 | 11000 | 1011100 | 111 | 101100 | 1010111 | 110011 |
Color Harmonies of #EEB414
Complementary color
Monochromatic Colors of #EEB414
Black with #EEB414
Text Example
Text Example
White with #EEB414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB414; }
p { color: rgb(238,180,20); }
H1.HeaderClassName
{
color: #EEB414;
}
.AnyTagClassName
{
color: #EEB414;
}
</style>
background-color css
<style>
a { background-color: #EEB414; }
a { background-color: rgb(238,180,20); }
div.DivClassName
{
background-color: #EEB414;
}
.BgClassName
{
background-color: #EEB414;
}
</style>
border-color css
<style>
span { border-color: #EEB414; }
span { border-color: rgb(238,180,20); }
td.TdClassName
{
border-color: #EEB414;
}
.TagClassName
{
border-color: #EEB414;
}
</style>