Shades of Moon Yellow #EACB12
Tints of Moon Yellow #EACB12
RGB
CMYK
RGB Variations
Color information
#EACB12 (or 0xEACB12) is known color: Moon Yellow. HEX triplet: EA, CB and 12. RGB value is (234,203,18). Sum of RGB (Red+Green+Blue) = 234+203+18=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 18 (7.42% from 255 or 3.96% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACB12 is #1534ED. Grayscale: #BFBFBF. Windows color (decimal): -1389806 or 1231850. OLE color: 1231850.
HSL color Cylindrical-coordinate representation of color #EACB12: hue angle of 51.39º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EACB12 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 18 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.08 |
| HSL | 51.39º | 0.86% | 0.49% | - |
| HSV(B) | 51.39º | 0.92% | 0.92% | - |
| XYZ | 55.4 | 60.25 | 9.28 | - |
| YUV | 191.18 | 30.27 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 18 | 0 | 0.13 | 0.92 | 0.08 | 51.39 | 0.86 | 0.49 |
| Hex | EA | CB | 12 | 0 | D | 5C | 8 | 33 | 56 | 31 |
| Octal | 352 | 313 | 22 | 0 | 15 | 134 | 10 | 63 | 126 | 61 |
| Binary | 11101010 | 11001011 | 10010 | 0 | 1101 | 1011100 | 1000 | 110011 | 1010110 | 110001 |
Color Harmonies of #EACB12
Complementary color
Monochromatic Colors of #EACB12
Black with #EACB12
Text Example
Text Example
White with #EACB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB12; }
p { color: rgb(234,203,18); }
H1.HeaderClassName
{
color: #EACB12;
}
.AnyTagClassName
{
color: #EACB12;
}
</style>
background-color css
<style>
a { background-color: #EACB12; }
a { background-color: rgb(234,203,18); }
div.DivClassName
{
background-color: #EACB12;
}
.BgClassName
{
background-color: #EACB12;
}
</style>
border-color css
<style>
span { border-color: #EACB12; }
span { border-color: rgb(234,203,18); }
td.TdClassName
{
border-color: #EACB12;
}
.TagClassName
{
border-color: #EACB12;
}
</style>