Shades of Moon Yellow #EBBF1E
Tints of Moon Yellow #EBBF1E
RGB
CMYK
RGB Variations
Color information
#EBBF1E (or 0xEBBF1E) is known color: Moon Yellow. HEX triplet: EB, BF and 1E. RGB value is (235,191,30). Sum of RGB (Red+Green+Blue) = 235+191+30=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 30 (12.11% from 255 or 6.58% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBF1E is #1440E1. Grayscale: #BABABA. Windows color (decimal): -1327330 or 2015211. OLE color: 2015211.
HSL color Cylindrical-coordinate representation of color #EBBF1E: hue angle of 47.12º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EBBF1E is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 30 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.08 |
| HSL | 47.12º | 0.84% | 0.52% | - |
| HSV(B) | 47.12º | 0.87% | 0.92% | - |
| XYZ | 53.13 | 55.02 | 9.05 | - |
| YUV | 185.8 | 40.08 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 30 | 0 | 0.19 | 0.87 | 0.08 | 47.12 | 0.84 | 0.52 |
| Hex | EB | BF | 1E | 0 | 13 | 57 | 8 | 2F | 54 | 34 |
| Octal | 353 | 277 | 36 | 0 | 23 | 127 | 10 | 57 | 124 | 64 |
| Binary | 11101011 | 10111111 | 11110 | 0 | 10011 | 1010111 | 1000 | 101111 | 1010100 | 110100 |
Color Harmonies of #EBBF1E
Complementary color
Monochromatic Colors of #EBBF1E
Black with #EBBF1E
Text Example
Text Example
White with #EBBF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBF1E; }
p { color: rgb(235,191,30); }
H1.HeaderClassName
{
color: #EBBF1E;
}
.AnyTagClassName
{
color: #EBBF1E;
}
</style>
background-color css
<style>
a { background-color: #EBBF1E; }
a { background-color: rgb(235,191,30); }
div.DivClassName
{
background-color: #EBBF1E;
}
.BgClassName
{
background-color: #EBBF1E;
}
</style>
border-color css
<style>
span { border-color: #EBBF1E; }
span { border-color: rgb(235,191,30); }
td.TdClassName
{
border-color: #EBBF1E;
}
.TagClassName
{
border-color: #EBBF1E;
}
</style>