Shades of Moon Yellow #EBB70E
Tints of Moon Yellow #EBB70E
RGB
CMYK
RGB Variations
Color information
#EBB70E (or 0xEBB70E) is known color: Moon Yellow. HEX triplet: EB, B7 and 0E. RGB value is (235,183,14). Sum of RGB (Red+Green+Blue) = 235+183+14=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 14 (5.86% from 255 or 3.24% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBB70E is #1448F1. Grayscale: #B4B4B4. Windows color (decimal): -1329394 or 964587. OLE color: 964587.
HSL color Cylindrical-coordinate representation of color #EBB70E: hue angle of 45.88º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EBB70E is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 183 | 14 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.08 |
| HSL | 45.88º | 0.89% | 0.49% | - |
| HSV(B) | 45.88º | 0.94% | 0.92% | - |
| XYZ | 51.27 | 51.56 | 7.67 | - |
| YUV | 179.28 | 34.73 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 183 | 14 | 0 | 0.22 | 0.94 | 0.08 | 45.88 | 0.89 | 0.49 |
| Hex | EB | B7 | E | 0 | 16 | 5E | 8 | 2E | 59 | 31 |
| Octal | 353 | 267 | 16 | 0 | 26 | 136 | 10 | 56 | 131 | 61 |
| Binary | 11101011 | 10110111 | 1110 | 0 | 10110 | 1011110 | 1000 | 101110 | 1011001 | 110001 |
Color Harmonies of #EBB70E
Complementary color
Monochromatic Colors of #EBB70E
Black with #EBB70E
Text Example
Text Example
White with #EBB70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB70E; }
p { color: rgb(235,183,14); }
H1.HeaderClassName
{
color: #EBB70E;
}
.AnyTagClassName
{
color: #EBB70E;
}
</style>
background-color css
<style>
a { background-color: #EBB70E; }
a { background-color: rgb(235,183,14); }
div.DivClassName
{
background-color: #EBB70E;
}
.BgClassName
{
background-color: #EBB70E;
}
</style>
border-color css
<style>
span { border-color: #EBB70E; }
span { border-color: rgb(235,183,14); }
td.TdClassName
{
border-color: #EBB70E;
}
.TagClassName
{
border-color: #EBB70E;
}
</style>