Shades of Moon Yellow #EEC714
Tints of Moon Yellow #EEC714
RGB
CMYK
RGB Variations
Color information
#EEC714 (or 0xEEC714) is known color: Moon Yellow. HEX triplet: EE, C7 and 14. RGB value is (238,199,20). Sum of RGB (Red+Green+Blue) = 238+199+20=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC714 is #1138EB. Grayscale: #BFBFBF. Windows color (decimal): -1128684 or 1361902. OLE color: 1361902.
HSL color Cylindrical-coordinate representation of color #EEC714: hue angle of 49.27º 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 #EEC714 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 20 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.07 |
| HSL | 49.27º | 0.87% | 0.51% | - |
| HSV(B) | 49.27º | 0.92% | 0.93% | - |
| XYZ | 55.81 | 59.07 | 9.12 | - |
| YUV | 190.26 | 31.92 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 20 | 0 | 0.16 | 0.92 | 0.07 | 49.27 | 0.87 | 0.51 |
| Hex | EE | C7 | 14 | 0 | 10 | 5C | 7 | 31 | 57 | 33 |
| Octal | 356 | 307 | 24 | 0 | 20 | 134 | 7 | 61 | 127 | 63 |
| Binary | 11101110 | 11000111 | 10100 | 0 | 10000 | 1011100 | 111 | 110001 | 1010111 | 110011 |
Color Harmonies of #EEC714
Complementary color
Monochromatic Colors of #EEC714
Black with #EEC714
Text Example
Text Example
White with #EEC714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC714; }
p { color: rgb(238,199,20); }
H1.HeaderClassName
{
color: #EEC714;
}
.AnyTagClassName
{
color: #EEC714;
}
</style>
background-color css
<style>
a { background-color: #EEC714; }
a { background-color: rgb(238,199,20); }
div.DivClassName
{
background-color: #EEC714;
}
.BgClassName
{
background-color: #EEC714;
}
</style>
border-color css
<style>
span { border-color: #EEC714; }
span { border-color: rgb(238,199,20); }
td.TdClassName
{
border-color: #EEC714;
}
.TagClassName
{
border-color: #EEC714;
}
</style>