Shades of Moon Yellow #EAC90B
Tints of Moon Yellow #EAC90B
RGB
CMYK
RGB Variations
Color information
#EAC90B (or 0xEAC90B) is known color: Moon Yellow. HEX triplet: EA, C9 and 0B. RGB value is (234,201,11). Sum of RGB (Red+Green+Blue) = 234+201+11=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 11 (4.69% from 255 or 2.47% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC90B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC90B is #1536F4. Grayscale: #BEBEBE. Windows color (decimal): -1390325 or 772586. OLE color: 772586.
HSL color Cylindrical-coordinate representation of color #EAC90B: hue angle of 51.12º degrees, saturation: 0.91, 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 #EAC90B is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 11 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.08 |
| HSL | 51.12º | 0.91% | 0.48% | - |
| HSV(B) | 51.12º | 0.95% | 0.92% | - |
| XYZ | 54.88 | 59.29 | 8.87 | - |
| YUV | 189.21 | 27.43 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 11 | 0 | 0.14 | 0.95 | 0.08 | 51.12 | 0.91 | 0.48 |
| Hex | EA | C9 | B | 0 | E | 5F | 8 | 33 | 5B | 30 |
| Octal | 352 | 311 | 13 | 0 | 16 | 137 | 10 | 63 | 133 | 60 |
| Binary | 11101010 | 11001001 | 1011 | 0 | 1110 | 1011111 | 1000 | 110011 | 1011011 | 110000 |
Color Harmonies of #EAC90B
Complementary color
Monochromatic Colors of #EAC90B
Black with #EAC90B
Text Example
Text Example
White with #EAC90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC90B; }
p { color: rgb(234,201,11); }
H1.HeaderClassName
{
color: #EAC90B;
}
.AnyTagClassName
{
color: #EAC90B;
}
</style>
background-color css
<style>
a { background-color: #EAC90B; }
a { background-color: rgb(234,201,11); }
div.DivClassName
{
background-color: #EAC90B;
}
.BgClassName
{
background-color: #EAC90B;
}
</style>
border-color css
<style>
span { border-color: #EAC90B; }
span { border-color: rgb(234,201,11); }
td.TdClassName
{
border-color: #EAC90B;
}
.TagClassName
{
border-color: #EAC90B;
}
</style>