Shades of Moon Yellow #E6C120
Tints of Moon Yellow #E6C120
RGB
CMYK
RGB Variations
Color information
#E6C120 (or 0xE6C120) is known color: Moon Yellow. HEX triplet: E6, C1 and 20. RGB value is (230,193,32). Sum of RGB (Red+Green+Blue) = 230+193+32=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 32 (12.89% from 255 or 7.03% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C120 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C120 is #193EDF. Grayscale: #BABABA. Windows color (decimal): -1654496 or 2146790. OLE color: 2146790.
HSL color Cylindrical-coordinate representation of color #E6C120: hue angle of 48.79º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E6C120 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 193 | 32 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.10 |
| HSL | 48.79º | 0.8% | 0.51% | - |
| HSV(B) | 48.79º | 0.86% | 0.9% | - |
| XYZ | 51.96 | 55.07 | 9.26 | - |
| YUV | 185.71 | 41.26 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 193 | 32 | 0 | 0.16 | 0.86 | 0.10 | 48.79 | 0.8 | 0.51 |
| Hex | E6 | C1 | 20 | 0 | 10 | 56 | A | 31 | 50 | 33 |
| Octal | 346 | 301 | 40 | 0 | 20 | 126 | 12 | 61 | 120 | 63 |
| Binary | 11100110 | 11000001 | 100000 | 0 | 10000 | 1010110 | 1010 | 110001 | 1010000 | 110011 |
Color Harmonies of #E6C120
Complementary color
Monochromatic Colors of #E6C120
Black with #E6C120
Text Example
Text Example
White with #E6C120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C120; }
p { color: rgb(230,193,32); }
H1.HeaderClassName
{
color: #E6C120;
}
.AnyTagClassName
{
color: #E6C120;
}
</style>
background-color css
<style>
a { background-color: #E6C120; }
a { background-color: rgb(230,193,32); }
div.DivClassName
{
background-color: #E6C120;
}
.BgClassName
{
background-color: #E6C120;
}
</style>
border-color css
<style>
span { border-color: #E6C120; }
span { border-color: rgb(230,193,32); }
td.TdClassName
{
border-color: #E6C120;
}
.TagClassName
{
border-color: #E6C120;
}
</style>