Shades of Moon Yellow #EACB13
Tints of Moon Yellow #EACB13
RGB
CMYK
RGB Variations
Color information
#EACB13 (or 0xEACB13) is known color: Moon Yellow. HEX triplet: EA, CB and 13. RGB value is (234,203,19). Sum of RGB (Red+Green+Blue) = 234+203+19=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 19 (7.81% from 255 or 4.17% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACB13 is #1534EC. Grayscale: #C0C0C0. Windows color (decimal): -1389805 or 1297386. OLE color: 1297386.
HSL color Cylindrical-coordinate representation of color #EACB13: hue angle of 51.35º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EACB13 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 19 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.08 |
| HSL | 51.35º | 0.85% | 0.5% | - |
| HSV(B) | 51.35º | 0.92% | 0.92% | - |
| XYZ | 55.41 | 60.25 | 9.33 | - |
| YUV | 191.29 | 30.77 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 19 | 0 | 0.13 | 0.92 | 0.08 | 51.35 | 0.85 | 0.5 |
| Hex | EA | CB | 13 | 0 | D | 5C | 8 | 33 | 55 | 32 |
| Octal | 352 | 313 | 23 | 0 | 15 | 134 | 10 | 63 | 125 | 62 |
| Binary | 11101010 | 11001011 | 10011 | 0 | 1101 | 1011100 | 1000 | 110011 | 1010101 | 110010 |
Color Harmonies of #EACB13
Complementary color
Monochromatic Colors of #EACB13
Black with #EACB13
Text Example
Text Example
White with #EACB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB13; }
p { color: rgb(234,203,19); }
H1.HeaderClassName
{
color: #EACB13;
}
.AnyTagClassName
{
color: #EACB13;
}
</style>
background-color css
<style>
a { background-color: #EACB13; }
a { background-color: rgb(234,203,19); }
div.DivClassName
{
background-color: #EACB13;
}
.BgClassName
{
background-color: #EACB13;
}
</style>
border-color css
<style>
span { border-color: #EACB13; }
span { border-color: rgb(234,203,19); }
td.TdClassName
{
border-color: #EACB13;
}
.TagClassName
{
border-color: #EACB13;
}
</style>