Shades of Moon Yellow #EABB1C
Tints of Moon Yellow #EABB1C
RGB
CMYK
RGB Variations
Color information
#EABB1C (or 0xEABB1C) is known color: Moon Yellow. HEX triplet: EA, BB and 1C. RGB value is (234,187,28). Sum of RGB (Red+Green+Blue) = 234+187+28=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 28 (11.33% from 255 or 6.24% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABB1C is #1544E3. Grayscale: #B7B7B7. Windows color (decimal): -1393892 or 1883114. OLE color: 1883114.
HSL color Cylindrical-coordinate representation of color #EABB1C: hue angle of 46.31º 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 #EABB1C is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 28 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.08 |
| HSL | 46.31º | 0.83% | 0.51% | - |
| HSV(B) | 46.31º | 0.88% | 0.92% | - |
| XYZ | 51.91 | 53.12 | 8.62 | - |
| YUV | 182.93 | 40.57 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 28 | 0 | 0.20 | 0.88 | 0.08 | 46.31 | 0.83 | 0.51 |
| Hex | EA | BB | 1C | 0 | 14 | 58 | 8 | 2E | 53 | 33 |
| Octal | 352 | 273 | 34 | 0 | 24 | 130 | 10 | 56 | 123 | 63 |
| Binary | 11101010 | 10111011 | 11100 | 0 | 10100 | 1011000 | 1000 | 101110 | 1010011 | 110011 |
Color Harmonies of #EABB1C
Complementary color
Monochromatic Colors of #EABB1C
Black with #EABB1C
Text Example
Text Example
White with #EABB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB1C; }
p { color: rgb(234,187,28); }
H1.HeaderClassName
{
color: #EABB1C;
}
.AnyTagClassName
{
color: #EABB1C;
}
</style>
background-color css
<style>
a { background-color: #EABB1C; }
a { background-color: rgb(234,187,28); }
div.DivClassName
{
background-color: #EABB1C;
}
.BgClassName
{
background-color: #EABB1C;
}
</style>
border-color css
<style>
span { border-color: #EABB1C; }
span { border-color: rgb(234,187,28); }
td.TdClassName
{
border-color: #EABB1C;
}
.TagClassName
{
border-color: #EABB1C;
}
</style>