Shades of Moon Yellow #EACB10
Tints of Moon Yellow #EACB10
RGB
CMYK
RGB Variations
Color information
#EACB10 (or 0xEACB10) is known color: Moon Yellow. HEX triplet: EA, CB and 10. RGB value is (234,203,16). Sum of RGB (Red+Green+Blue) = 234+203+16=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 16 (6.64% from 255 or 3.53% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACB10 is #1534EF. Grayscale: #BFBFBF. Windows color (decimal): -1389808 or 1100778. OLE color: 1100778.
HSL color Cylindrical-coordinate representation of color #EACB10: hue angle of 51.47º degrees, saturation: 0.87, 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 #EACB10 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 16 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.08 |
| HSL | 51.47º | 0.87% | 0.49% | - |
| HSV(B) | 51.47º | 0.93% | 0.92% | - |
| XYZ | 55.38 | 60.24 | 9.2 | - |
| YUV | 190.95 | 29.27 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 16 | 0 | 0.13 | 0.93 | 0.08 | 51.47 | 0.87 | 0.49 |
| Hex | EA | CB | 10 | 0 | D | 5D | 8 | 33 | 57 | 31 |
| Octal | 352 | 313 | 20 | 0 | 15 | 135 | 10 | 63 | 127 | 61 |
| Binary | 11101010 | 11001011 | 10000 | 0 | 1101 | 1011101 | 1000 | 110011 | 1010111 | 110001 |
Color Harmonies of #EACB10
Complementary color
Monochromatic Colors of #EACB10
Black with #EACB10
Text Example
Text Example
White with #EACB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB10; }
p { color: rgb(234,203,16); }
H1.HeaderClassName
{
color: #EACB10;
}
.AnyTagClassName
{
color: #EACB10;
}
</style>
background-color css
<style>
a { background-color: #EACB10; }
a { background-color: rgb(234,203,16); }
div.DivClassName
{
background-color: #EACB10;
}
.BgClassName
{
background-color: #EACB10;
}
</style>
border-color css
<style>
span { border-color: #EACB10; }
span { border-color: rgb(234,203,16); }
td.TdClassName
{
border-color: #EACB10;
}
.TagClassName
{
border-color: #EACB10;
}
</style>