Shades of Moon Yellow #EBC30F
Tints of Moon Yellow #EBC30F
RGB
CMYK
RGB Variations
Color information
#EBC30F (or 0xEBC30F) is known color: Moon Yellow. HEX triplet: EB, C3 and 0F. RGB value is (235,195,15). Sum of RGB (Red+Green+Blue) = 235+195+15=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 15 (6.25% from 255 or 3.37% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC30F is #143CF0. Grayscale: #BBBBBB. Windows color (decimal): -1326321 or 1033195. OLE color: 1033195.
HSL color Cylindrical-coordinate representation of color #EBC30F: hue angle of 49.09º degrees, saturation: 0.88, 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 #EBC30F is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 15 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.08 |
| HSL | 49.09º | 0.88% | 0.49% | - |
| HSV(B) | 49.09º | 0.94% | 0.92% | - |
| XYZ | 53.86 | 56.73 | 8.56 | - |
| YUV | 186.44 | 31.25 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 15 | 0 | 0.17 | 0.94 | 0.08 | 49.09 | 0.88 | 0.49 |
| Hex | EB | C3 | F | 0 | 11 | 5E | 8 | 31 | 58 | 31 |
| Octal | 353 | 303 | 17 | 0 | 21 | 136 | 10 | 61 | 130 | 61 |
| Binary | 11101011 | 11000011 | 1111 | 0 | 10001 | 1011110 | 1000 | 110001 | 1011000 | 110001 |
Color Harmonies of #EBC30F
Complementary color
Monochromatic Colors of #EBC30F
Black with #EBC30F
Text Example
Text Example
White with #EBC30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC30F; }
p { color: rgb(235,195,15); }
H1.HeaderClassName
{
color: #EBC30F;
}
.AnyTagClassName
{
color: #EBC30F;
}
</style>
background-color css
<style>
a { background-color: #EBC30F; }
a { background-color: rgb(235,195,15); }
div.DivClassName
{
background-color: #EBC30F;
}
.BgClassName
{
background-color: #EBC30F;
}
</style>
border-color css
<style>
span { border-color: #EBC30F; }
span { border-color: rgb(235,195,15); }
td.TdClassName
{
border-color: #EBC30F;
}
.TagClassName
{
border-color: #EBC30F;
}
</style>