Shades of Moon Yellow #EACA11
Tints of Moon Yellow #EACA11
RGB
CMYK
RGB Variations
Color information
#EACA11 (or 0xEACA11) is known color: Moon Yellow. HEX triplet: EA, CA and 11. RGB value is (234,202,17). Sum of RGB (Red+Green+Blue) = 234+202+17=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 17 (7.03% from 255 or 3.75% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACA11 is #1535EE. Grayscale: #BFBFBF. Windows color (decimal): -1390063 or 1166058. OLE color: 1166058.
HSL color Cylindrical-coordinate representation of color #EACA11: hue angle of 51.15º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EACA11 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 17 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.08 |
| HSL | 51.15º | 0.86% | 0.49% | - |
| HSV(B) | 51.15º | 0.93% | 0.92% | - |
| XYZ | 55.15 | 59.77 | 9.16 | - |
| YUV | 190.48 | 30.1 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 17 | 0 | 0.14 | 0.93 | 0.08 | 51.15 | 0.86 | 0.49 |
| Hex | EA | CA | 11 | 0 | E | 5D | 8 | 33 | 56 | 31 |
| Octal | 352 | 312 | 21 | 0 | 16 | 135 | 10 | 63 | 126 | 61 |
| Binary | 11101010 | 11001010 | 10001 | 0 | 1110 | 1011101 | 1000 | 110011 | 1010110 | 110001 |
Color Harmonies of #EACA11
Complementary color
Monochromatic Colors of #EACA11
Black with #EACA11
Text Example
Text Example
White with #EACA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA11; }
p { color: rgb(234,202,17); }
H1.HeaderClassName
{
color: #EACA11;
}
.AnyTagClassName
{
color: #EACA11;
}
</style>
background-color css
<style>
a { background-color: #EACA11; }
a { background-color: rgb(234,202,17); }
div.DivClassName
{
background-color: #EACA11;
}
.BgClassName
{
background-color: #EACA11;
}
</style>
border-color css
<style>
span { border-color: #EACA11; }
span { border-color: rgb(234,202,17); }
td.TdClassName
{
border-color: #EACA11;
}
.TagClassName
{
border-color: #EACA11;
}
</style>