Shades of Moon Yellow #EECA13
Tints of Moon Yellow #EECA13
RGB
CMYK
RGB Variations
Color information
#EECA13 (or 0xEECA13) is known color: Moon Yellow. HEX triplet: EE, CA and 13. RGB value is (238,202,19). Sum of RGB (Red+Green+Blue) = 238+202+19=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 19 (7.81% from 255 or 4.14% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECA13 is #1135EC. Grayscale: #C0C0C0. Windows color (decimal): -1127917 or 1297134. OLE color: 1297134.
HSL color Cylindrical-coordinate representation of color #EECA13: hue angle of 50.14º 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 #EECA13 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 19 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.07 |
| HSL | 50.14º | 0.87% | 0.5% | - |
| HSV(B) | 50.14º | 0.92% | 0.93% | - |
| XYZ | 56.5 | 60.47 | 9.31 | - |
| YUV | 191.9 | 30.43 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 19 | 0 | 0.15 | 0.92 | 0.07 | 50.14 | 0.87 | 0.5 |
| Hex | EE | CA | 13 | 0 | F | 5C | 7 | 32 | 57 | 32 |
| Octal | 356 | 312 | 23 | 0 | 17 | 134 | 7 | 62 | 127 | 62 |
| Binary | 11101110 | 11001010 | 10011 | 0 | 1111 | 1011100 | 111 | 110010 | 1010111 | 110010 |
Color Harmonies of #EECA13
Complementary color
Monochromatic Colors of #EECA13
Black with #EECA13
Text Example
Text Example
White with #EECA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA13; }
p { color: rgb(238,202,19); }
H1.HeaderClassName
{
color: #EECA13;
}
.AnyTagClassName
{
color: #EECA13;
}
</style>
background-color css
<style>
a { background-color: #EECA13; }
a { background-color: rgb(238,202,19); }
div.DivClassName
{
background-color: #EECA13;
}
.BgClassName
{
background-color: #EECA13;
}
</style>
border-color css
<style>
span { border-color: #EECA13; }
span { border-color: rgb(238,202,19); }
td.TdClassName
{
border-color: #EECA13;
}
.TagClassName
{
border-color: #EECA13;
}
</style>