Shades of Moon Yellow #EACA18
Tints of Moon Yellow #EACA18
RGB
CMYK
RGB Variations
Color information
#EACA18 (or 0xEACA18) is known color: Moon Yellow. HEX triplet: EA, CA and 18. RGB value is (234,202,24). Sum of RGB (Red+Green+Blue) = 234+202+24=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 24 (9.77% from 255 or 5.22% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACA18 is #1535E7. Grayscale: #C0C0C0. Windows color (decimal): -1390056 or 1624810. OLE color: 1624810.
HSL color Cylindrical-coordinate representation of color #EACA18: hue angle of 50.86º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EACA18 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 24 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.08 |
| HSL | 50.86º | 0.83% | 0.51% | - |
| HSV(B) | 50.86º | 0.9% | 0.92% | - |
| XYZ | 55.22 | 59.8 | 9.5 | - |
| YUV | 191.28 | 33.6 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 24 | 0 | 0.14 | 0.90 | 0.08 | 50.86 | 0.83 | 0.51 |
| Hex | EA | CA | 18 | 0 | E | 5A | 8 | 33 | 53 | 33 |
| Octal | 352 | 312 | 30 | 0 | 16 | 132 | 10 | 63 | 123 | 63 |
| Binary | 11101010 | 11001010 | 11000 | 0 | 1110 | 1011010 | 1000 | 110011 | 1010011 | 110011 |
Color Harmonies of #EACA18
Complementary color
Monochromatic Colors of #EACA18
Black with #EACA18
Text Example
Text Example
White with #EACA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA18; }
p { color: rgb(234,202,24); }
H1.HeaderClassName
{
color: #EACA18;
}
.AnyTagClassName
{
color: #EACA18;
}
</style>
background-color css
<style>
a { background-color: #EACA18; }
a { background-color: rgb(234,202,24); }
div.DivClassName
{
background-color: #EACA18;
}
.BgClassName
{
background-color: #EACA18;
}
</style>
border-color css
<style>
span { border-color: #EACA18; }
span { border-color: rgb(234,202,24); }
td.TdClassName
{
border-color: #EACA18;
}
.TagClassName
{
border-color: #EACA18;
}
</style>