Shades of Moon Yellow #EBBC12
Tints of Moon Yellow #EBBC12
RGB
CMYK
RGB Variations
Color information
#EBBC12 (or 0xEBBC12) is known color: Moon Yellow. HEX triplet: EB, BC and 12. RGB value is (235,188,18). Sum of RGB (Red+Green+Blue) = 235+188+18=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBC12 is #1443ED. Grayscale: #B7B7B7. Windows color (decimal): -1328110 or 1228011. OLE color: 1228011.
HSL color Cylindrical-coordinate representation of color #EBBC12: hue angle of 47º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EBBC12 is Cyan = 0, Magento = 0.2, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 18 | - |
| CMYK | 0 | 0.2 | 0.92 | 0.08 |
| HSL | 47º | 0.86% | 0.5% | - |
| HSV(B) | 47º | 0.92% | 0.92% | - |
| XYZ | 52.35 | 53.67 | 8.17 | - |
| YUV | 182.67 | 35.07 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 18 | 0 | 0.2 | 0.92 | 0.08 | 47 | 0.86 | 0.5 |
| Hex | EB | BC | 12 | 0 | 14 | 5C | 8 | 2F | 56 | 32 |
| Octal | 353 | 274 | 22 | 0 | 24 | 134 | 10 | 57 | 126 | 62 |
| Binary | 11101011 | 10111100 | 10010 | 0 | 10100 | 1011100 | 1000 | 101111 | 1010110 | 110010 |
Color Harmonies of #EBBC12
Complementary color
Monochromatic Colors of #EBBC12
Black with #EBBC12
Text Example
Text Example
White with #EBBC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBC12; }
p { color: rgb(235,188,18); }
H1.HeaderClassName
{
color: #EBBC12;
}
.AnyTagClassName
{
color: #EBBC12;
}
</style>
background-color css
<style>
a { background-color: #EBBC12; }
a { background-color: rgb(235,188,18); }
div.DivClassName
{
background-color: #EBBC12;
}
.BgClassName
{
background-color: #EBBC12;
}
</style>
border-color css
<style>
span { border-color: #EBBC12; }
span { border-color: rgb(235,188,18); }
td.TdClassName
{
border-color: #EBBC12;
}
.TagClassName
{
border-color: #EBBC12;
}
</style>