Shades of Moon Yellow #EEBF12
Tints of Moon Yellow #EEBF12
RGB
CMYK
RGB Variations
Color information
#EEBF12 (or 0xEEBF12) is known color: Moon Yellow. HEX triplet: EE, BF and 12. RGB value is (238,191,18). Sum of RGB (Red+Green+Blue) = 238+191+18=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 18 (7.42% from 255 or 4.03% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBF12 is #1140ED. Grayscale: #BABABA. Windows color (decimal): -1130734 or 1228782. OLE color: 1228782.
HSL color Cylindrical-coordinate representation of color #EEBF12: hue angle of 47.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEBF12 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 18 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.07 |
| HSL | 47.18º | 0.87% | 0.5% | - |
| HSV(B) | 47.18º | 0.92% | 0.93% | - |
| XYZ | 54 | 55.48 | 8.44 | - |
| YUV | 185.33 | 33.57 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 18 | 0 | 0.20 | 0.92 | 0.07 | 47.18 | 0.87 | 0.5 |
| Hex | EE | BF | 12 | 0 | 14 | 5C | 7 | 2F | 57 | 32 |
| Octal | 356 | 277 | 22 | 0 | 24 | 134 | 7 | 57 | 127 | 62 |
| Binary | 11101110 | 10111111 | 10010 | 0 | 10100 | 1011100 | 111 | 101111 | 1010111 | 110010 |
Color Harmonies of #EEBF12
Complementary color
Monochromatic Colors of #EEBF12
Black with #EEBF12
Text Example
Text Example
White with #EEBF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF12; }
p { color: rgb(238,191,18); }
H1.HeaderClassName
{
color: #EEBF12;
}
.AnyTagClassName
{
color: #EEBF12;
}
</style>
background-color css
<style>
a { background-color: #EEBF12; }
a { background-color: rgb(238,191,18); }
div.DivClassName
{
background-color: #EEBF12;
}
.BgClassName
{
background-color: #EEBF12;
}
</style>
border-color css
<style>
span { border-color: #EEBF12; }
span { border-color: rgb(238,191,18); }
td.TdClassName
{
border-color: #EEBF12;
}
.TagClassName
{
border-color: #EEBF12;
}
</style>