Shades of Moon Yellow #EAC31B
Tints of Moon Yellow #EAC31B
RGB
CMYK
RGB Variations
Color information
#EAC31B (or 0xEAC31B) is known color: Moon Yellow. HEX triplet: EA, C3 and 1B. RGB value is (234,195,27). Sum of RGB (Red+Green+Blue) = 234+195+27=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 27 (10.94% from 255 or 5.92% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC31B is #153CE4. Grayscale: #BCBCBC. Windows color (decimal): -1391845 or 1819626. OLE color: 1819626.
HSL color Cylindrical-coordinate representation of color #EAC31B: hue angle of 48.7º 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 #EAC31B is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 27 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.08 |
| HSL | 48.7º | 0.83% | 0.51% | - |
| HSV(B) | 48.7º | 0.88% | 0.92% | - |
| XYZ | 53.64 | 56.6 | 9.13 | - |
| YUV | 187.51 | 37.42 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 27 | 0 | 0.17 | 0.88 | 0.08 | 48.7 | 0.83 | 0.51 |
| Hex | EA | C3 | 1B | 0 | 11 | 58 | 8 | 31 | 53 | 33 |
| Octal | 352 | 303 | 33 | 0 | 21 | 130 | 10 | 61 | 123 | 63 |
| Binary | 11101010 | 11000011 | 11011 | 0 | 10001 | 1011000 | 1000 | 110001 | 1010011 | 110011 |
Color Harmonies of #EAC31B
Complementary color
Monochromatic Colors of #EAC31B
Black with #EAC31B
Text Example
Text Example
White with #EAC31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC31B; }
p { color: rgb(234,195,27); }
H1.HeaderClassName
{
color: #EAC31B;
}
.AnyTagClassName
{
color: #EAC31B;
}
</style>
background-color css
<style>
a { background-color: #EAC31B; }
a { background-color: rgb(234,195,27); }
div.DivClassName
{
background-color: #EAC31B;
}
.BgClassName
{
background-color: #EAC31B;
}
</style>
border-color css
<style>
span { border-color: #EAC31B; }
span { border-color: rgb(234,195,27); }
td.TdClassName
{
border-color: #EAC31B;
}
.TagClassName
{
border-color: #EAC31B;
}
</style>