Shades of Moon Yellow #E6C422
Tints of Moon Yellow #E6C422
RGB
CMYK
RGB Variations
Color information
#E6C422 (or 0xE6C422) is known color: Moon Yellow. HEX triplet: E6, C4 and 22. RGB value is (230,196,34). Sum of RGB (Red+Green+Blue) = 230+196+34=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 34 (13.67% from 255 or 7.39% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C422 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C422 is #193BDD. Grayscale: #BCBCBC. Windows color (decimal): -1653726 or 2278630. OLE color: 2278630.
HSL color Cylindrical-coordinate representation of color #E6C422: hue angle of 49.59º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E6C422 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 196 | 34 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.10 |
| HSL | 49.59º | 0.8% | 0.52% | - |
| HSV(B) | 49.59º | 0.85% | 0.9% | - |
| XYZ | 52.66 | 56.42 | 9.63 | - |
| YUV | 187.7 | 41.26 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 196 | 34 | 0 | 0.15 | 0.85 | 0.10 | 49.59 | 0.8 | 0.52 |
| Hex | E6 | C4 | 22 | 0 | F | 55 | A | 32 | 50 | 34 |
| Octal | 346 | 304 | 42 | 0 | 17 | 125 | 12 | 62 | 120 | 64 |
| Binary | 11100110 | 11000100 | 100010 | 0 | 1111 | 1010101 | 1010 | 110010 | 1010000 | 110100 |
Color Harmonies of #E6C422
Complementary color
Monochromatic Colors of #E6C422
Black with #E6C422
Text Example
Text Example
White with #E6C422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C422; }
p { color: rgb(230,196,34); }
H1.HeaderClassName
{
color: #E6C422;
}
.AnyTagClassName
{
color: #E6C422;
}
</style>
background-color css
<style>
a { background-color: #E6C422; }
a { background-color: rgb(230,196,34); }
div.DivClassName
{
background-color: #E6C422;
}
.BgClassName
{
background-color: #E6C422;
}
</style>
border-color css
<style>
span { border-color: #E6C422; }
span { border-color: rgb(230,196,34); }
td.TdClassName
{
border-color: #E6C422;
}
.TagClassName
{
border-color: #E6C422;
}
</style>