Shades of Moon Yellow #EABC1C
Tints of Moon Yellow #EABC1C
RGB
CMYK
RGB Variations
Color information
#EABC1C (or 0xEABC1C) is known color: Moon Yellow. HEX triplet: EA, BC and 1C. RGB value is (234,188,28). Sum of RGB (Red+Green+Blue) = 234+188+28=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 28 (11.33% from 255 or 6.22% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABC1C is #1543E3. Grayscale: #B8B8B8. Windows color (decimal): -1393636 or 1883370. OLE color: 1883370.
HSL color Cylindrical-coordinate representation of color #EABC1C: hue angle of 46.6º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EABC1C is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 28 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.08 |
| HSL | 46.6º | 0.83% | 0.51% | - |
| HSV(B) | 46.6º | 0.88% | 0.92% | - |
| XYZ | 52.12 | 53.54 | 8.69 | - |
| YUV | 183.51 | 40.24 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 28 | 0 | 0.20 | 0.88 | 0.08 | 46.6 | 0.83 | 0.51 |
| Hex | EA | BC | 1C | 0 | 14 | 58 | 8 | 2F | 53 | 33 |
| Octal | 352 | 274 | 34 | 0 | 24 | 130 | 10 | 57 | 123 | 63 |
| Binary | 11101010 | 10111100 | 11100 | 0 | 10100 | 1011000 | 1000 | 101111 | 1010011 | 110011 |
Color Harmonies of #EABC1C
Complementary color
Monochromatic Colors of #EABC1C
Black with #EABC1C
Text Example
Text Example
White with #EABC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABC1C; }
p { color: rgb(234,188,28); }
H1.HeaderClassName
{
color: #EABC1C;
}
.AnyTagClassName
{
color: #EABC1C;
}
</style>
background-color css
<style>
a { background-color: #EABC1C; }
a { background-color: rgb(234,188,28); }
div.DivClassName
{
background-color: #EABC1C;
}
.BgClassName
{
background-color: #EABC1C;
}
</style>
border-color css
<style>
span { border-color: #EABC1C; }
span { border-color: rgb(234,188,28); }
td.TdClassName
{
border-color: #EABC1C;
}
.TagClassName
{
border-color: #EABC1C;
}
</style>