Shades of Moon Yellow #EEBF0F
Tints of Moon Yellow #EEBF0F
RGB
CMYK
RGB Variations
Color information
#EEBF0F (or 0xEEBF0F) is known color: Moon Yellow. HEX triplet: EE, BF and 0F. RGB value is (238,191,15). Sum of RGB (Red+Green+Blue) = 238+191+15=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 15 (6.25% from 255 or 3.38% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBF0F is #1140F0. Grayscale: #B9B9B9. Windows color (decimal): -1130737 or 1032174. OLE color: 1032174.
HSL color Cylindrical-coordinate representation of color #EEBF0F: hue angle of 47.35º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEBF0F is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 15 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.07 |
| HSL | 47.35º | 0.88% | 0.5% | - |
| HSV(B) | 47.35º | 0.94% | 0.93% | - |
| XYZ | 53.98 | 55.47 | 8.31 | - |
| YUV | 184.99 | 32.07 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 15 | 0 | 0.20 | 0.94 | 0.07 | 47.35 | 0.88 | 0.5 |
| Hex | EE | BF | F | 0 | 14 | 5E | 7 | 2F | 58 | 32 |
| Octal | 356 | 277 | 17 | 0 | 24 | 136 | 7 | 57 | 130 | 62 |
| Binary | 11101110 | 10111111 | 1111 | 0 | 10100 | 1011110 | 111 | 101111 | 1011000 | 110010 |
Color Harmonies of #EEBF0F
Complementary color
Monochromatic Colors of #EEBF0F
Black with #EEBF0F
Text Example
Text Example
White with #EEBF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF0F; }
p { color: rgb(238,191,15); }
H1.HeaderClassName
{
color: #EEBF0F;
}
.AnyTagClassName
{
color: #EEBF0F;
}
</style>
background-color css
<style>
a { background-color: #EEBF0F; }
a { background-color: rgb(238,191,15); }
div.DivClassName
{
background-color: #EEBF0F;
}
.BgClassName
{
background-color: #EEBF0F;
}
</style>
border-color css
<style>
span { border-color: #EEBF0F; }
span { border-color: rgb(238,191,15); }
td.TdClassName
{
border-color: #EEBF0F;
}
.TagClassName
{
border-color: #EEBF0F;
}
</style>