Shades of Moon Yellow #EEBF1C
Tints of Moon Yellow #EEBF1C
RGB
CMYK
RGB Variations
Color information
#EEBF1C (or 0xEEBF1C) is known color: Moon Yellow. HEX triplet: EE, BF and 1C. RGB value is (238,191,28). Sum of RGB (Red+Green+Blue) = 238+191+28=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 28 (11.33% from 255 or 6.13% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBF1C is #1140E3. Grayscale: #BBBBBB. Windows color (decimal): -1130724 or 1884142. OLE color: 1884142.
HSL color Cylindrical-coordinate representation of color #EEBF1C: hue angle of 46.57º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EEBF1C is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 28 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.07 |
| HSL | 46.57º | 0.86% | 0.52% | - |
| HSV(B) | 46.57º | 0.88% | 0.93% | - |
| XYZ | 54.1 | 55.52 | 8.96 | - |
| YUV | 186.47 | 38.57 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 28 | 0 | 0.20 | 0.88 | 0.07 | 46.57 | 0.86 | 0.52 |
| Hex | EE | BF | 1C | 0 | 14 | 58 | 7 | 2F | 56 | 34 |
| Octal | 356 | 277 | 34 | 0 | 24 | 130 | 7 | 57 | 126 | 64 |
| Binary | 11101110 | 10111111 | 11100 | 0 | 10100 | 1011000 | 111 | 101111 | 1010110 | 110100 |
Color Harmonies of #EEBF1C
Complementary color
Monochromatic Colors of #EEBF1C
Black with #EEBF1C
Text Example
Text Example
White with #EEBF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF1C; }
p { color: rgb(238,191,28); }
H1.HeaderClassName
{
color: #EEBF1C;
}
.AnyTagClassName
{
color: #EEBF1C;
}
</style>
background-color css
<style>
a { background-color: #EEBF1C; }
a { background-color: rgb(238,191,28); }
div.DivClassName
{
background-color: #EEBF1C;
}
.BgClassName
{
background-color: #EEBF1C;
}
</style>
border-color css
<style>
span { border-color: #EEBF1C; }
span { border-color: rgb(238,191,28); }
td.TdClassName
{
border-color: #EEBF1C;
}
.TagClassName
{
border-color: #EEBF1C;
}
</style>