Shades of Moon Yellow #E6C220
Tints of Moon Yellow #E6C220
RGB
CMYK
RGB Variations
Color information
#E6C220 (or 0xE6C220) is known color: Moon Yellow. HEX triplet: E6, C2 and 20. RGB value is (230,194,32). Sum of RGB (Red+Green+Blue) = 230+194+32=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 32 (12.89% from 255 or 7.02% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C220 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C220 is #193DDF. Grayscale: #BABABA. Windows color (decimal): -1654240 or 2147046. OLE color: 2147046.
HSL color Cylindrical-coordinate representation of color #E6C220: hue angle of 49.09º 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 #E6C220 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 194 | 32 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.10 |
| HSL | 49.09º | 0.8% | 0.51% | - |
| HSV(B) | 49.09º | 0.86% | 0.9% | - |
| XYZ | 52.19 | 55.51 | 9.33 | - |
| YUV | 186.3 | 40.93 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 194 | 32 | 0 | 0.16 | 0.86 | 0.10 | 49.09 | 0.8 | 0.51 |
| Hex | E6 | C2 | 20 | 0 | 10 | 56 | A | 31 | 50 | 33 |
| Octal | 346 | 302 | 40 | 0 | 20 | 126 | 12 | 61 | 120 | 63 |
| Binary | 11100110 | 11000010 | 100000 | 0 | 10000 | 1010110 | 1010 | 110001 | 1010000 | 110011 |
Color Harmonies of #E6C220
Complementary color
Monochromatic Colors of #E6C220
Black with #E6C220
Text Example
Text Example
White with #E6C220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C220; }
p { color: rgb(230,194,32); }
H1.HeaderClassName
{
color: #E6C220;
}
.AnyTagClassName
{
color: #E6C220;
}
</style>
background-color css
<style>
a { background-color: #E6C220; }
a { background-color: rgb(230,194,32); }
div.DivClassName
{
background-color: #E6C220;
}
.BgClassName
{
background-color: #E6C220;
}
</style>
border-color css
<style>
span { border-color: #E6C220; }
span { border-color: rgb(230,194,32); }
td.TdClassName
{
border-color: #E6C220;
}
.TagClassName
{
border-color: #E6C220;
}
</style>