Shades of Moon Yellow #EACB0C
Tints of Moon Yellow #EACB0C
RGB
CMYK
RGB Variations
Color information
#EACB0C (or 0xEACB0C) is known color: Moon Yellow. HEX triplet: EA, CB and 0C. RGB value is (234,203,12). Sum of RGB (Red+Green+Blue) = 234+203+12=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 12 (5.08% from 255 or 2.67% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACB0C is #1534F3. Grayscale: #BFBFBF. Windows color (decimal): -1389812 or 838634. OLE color: 838634.
HSL color Cylindrical-coordinate representation of color #EACB0C: hue angle of 51.62º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EACB0C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 12 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.08 |
| HSL | 51.62º | 0.9% | 0.48% | - |
| HSV(B) | 51.62º | 0.95% | 0.92% | - |
| XYZ | 55.35 | 60.23 | 9.06 | - |
| YUV | 190.5 | 27.27 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 12 | 0 | 0.13 | 0.95 | 0.08 | 51.62 | 0.9 | 0.48 |
| Hex | EA | CB | C | 0 | D | 5F | 8 | 34 | 5A | 30 |
| Octal | 352 | 313 | 14 | 0 | 15 | 137 | 10 | 64 | 132 | 60 |
| Binary | 11101010 | 11001011 | 1100 | 0 | 1101 | 1011111 | 1000 | 110100 | 1011010 | 110000 |
Color Harmonies of #EACB0C
Complementary color
Monochromatic Colors of #EACB0C
Black with #EACB0C
Text Example
Text Example
White with #EACB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB0C; }
p { color: rgb(234,203,12); }
H1.HeaderClassName
{
color: #EACB0C;
}
.AnyTagClassName
{
color: #EACB0C;
}
</style>
background-color css
<style>
a { background-color: #EACB0C; }
a { background-color: rgb(234,203,12); }
div.DivClassName
{
background-color: #EACB0C;
}
.BgClassName
{
background-color: #EACB0C;
}
</style>
border-color css
<style>
span { border-color: #EACB0C; }
span { border-color: rgb(234,203,12); }
td.TdClassName
{
border-color: #EACB0C;
}
.TagClassName
{
border-color: #EACB0C;
}
</style>