Shades of Moon Yellow #E6C01A
Tints of Moon Yellow #E6C01A
RGB
CMYK
RGB Variations
Color information
#E6C01A (or 0xE6C01A) is known color: Moon Yellow. HEX triplet: E6, C0 and 1A. RGB value is (230,192,26). Sum of RGB (Red+Green+Blue) = 230+192+26=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 26 (10.55% from 255 or 5.80% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C01A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C01A is #193FE5. Grayscale: #B9B9B9. Windows color (decimal): -1654758 or 1753318. OLE color: 1753318.
HSL color Cylindrical-coordinate representation of color #E6C01A: hue angle of 48.82º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6C01A is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 192 | 26 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.10 |
| HSL | 48.82º | 0.8% | 0.5% | - |
| HSV(B) | 48.82º | 0.89% | 0.9% | - |
| XYZ | 51.67 | 54.6 | 8.79 | - |
| YUV | 184.44 | 38.59 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 192 | 26 | 0 | 0.17 | 0.89 | 0.10 | 48.82 | 0.8 | 0.5 |
| Hex | E6 | C0 | 1A | 0 | 11 | 59 | A | 31 | 50 | 32 |
| Octal | 346 | 300 | 32 | 0 | 21 | 131 | 12 | 61 | 120 | 62 |
| Binary | 11100110 | 11000000 | 11010 | 0 | 10001 | 1011001 | 1010 | 110001 | 1010000 | 110010 |
Color Harmonies of #E6C01A
Complementary color
Monochromatic Colors of #E6C01A
Black with #E6C01A
Text Example
Text Example
White with #E6C01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C01A; }
p { color: rgb(230,192,26); }
H1.HeaderClassName
{
color: #E6C01A;
}
.AnyTagClassName
{
color: #E6C01A;
}
</style>
background-color css
<style>
a { background-color: #E6C01A; }
a { background-color: rgb(230,192,26); }
div.DivClassName
{
background-color: #E6C01A;
}
.BgClassName
{
background-color: #E6C01A;
}
</style>
border-color css
<style>
span { border-color: #E6C01A; }
span { border-color: rgb(230,192,26); }
td.TdClassName
{
border-color: #E6C01A;
}
.TagClassName
{
border-color: #E6C01A;
}
</style>