Shades of Moon Yellow #E6C61C
Tints of Moon Yellow #E6C61C
RGB
CMYK
RGB Variations
Color information
#E6C61C (or 0xE6C61C) is known color: Moon Yellow. HEX triplet: E6, C6 and 1C. RGB value is (230,198,28). Sum of RGB (Red+Green+Blue) = 230+198+28=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 28 (11.33% from 255 or 6.14% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C61C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C61C is #1939E3. Grayscale: #BCBCBC. Windows color (decimal): -1653220 or 1885926. OLE color: 1885926.
HSL color Cylindrical-coordinate representation of color #E6C61C: hue angle of 50.5º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6C61C is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 198 | 28 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.10 |
| HSL | 50.5º | 0.8% | 0.51% | - |
| HSV(B) | 50.5º | 0.88% | 0.9% | - |
| XYZ | 53.04 | 57.3 | 9.36 | - |
| YUV | 188.19 | 37.6 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 198 | 28 | 0 | 0.14 | 0.88 | 0.10 | 50.5 | 0.8 | 0.51 |
| Hex | E6 | C6 | 1C | 0 | E | 58 | A | 32 | 50 | 33 |
| Octal | 346 | 306 | 34 | 0 | 16 | 130 | 12 | 62 | 120 | 63 |
| Binary | 11100110 | 11000110 | 11100 | 0 | 1110 | 1011000 | 1010 | 110010 | 1010000 | 110011 |
Color Harmonies of #E6C61C
Complementary color
Monochromatic Colors of #E6C61C
Black with #E6C61C
Text Example
Text Example
White with #E6C61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C61C; }
p { color: rgb(230,198,28); }
H1.HeaderClassName
{
color: #E6C61C;
}
.AnyTagClassName
{
color: #E6C61C;
}
</style>
background-color css
<style>
a { background-color: #E6C61C; }
a { background-color: rgb(230,198,28); }
div.DivClassName
{
background-color: #E6C61C;
}
.BgClassName
{
background-color: #E6C61C;
}
</style>
border-color css
<style>
span { border-color: #E6C61C; }
span { border-color: rgb(230,198,28); }
td.TdClassName
{
border-color: #E6C61C;
}
.TagClassName
{
border-color: #E6C61C;
}
</style>