Shades of Moon Yellow #ECC812
Tints of Moon Yellow #ECC812
RGB
CMYK
RGB Variations
Color information
#ECC812 (or 0xECC812) is known color: Moon Yellow. HEX triplet: EC, C8 and 12. RGB value is (236,200,18). Sum of RGB (Red+Green+Blue) = 236+200+18=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC812 is #1337ED. Grayscale: #BEBEBE. Windows color (decimal): -1259502 or 1231084. OLE color: 1231084.
HSL color Cylindrical-coordinate representation of color #ECC812: hue angle of 50.09º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECC812 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 18 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.07 |
| HSL | 50.09º | 0.86% | 0.5% | - |
| HSV(B) | 50.09º | 0.92% | 0.93% | - |
| XYZ | 55.36 | 59.19 | 9.08 | - |
| YUV | 190.02 | 30.93 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 18 | 0 | 0.15 | 0.92 | 0.07 | 50.09 | 0.86 | 0.5 |
| Hex | EC | C8 | 12 | 0 | F | 5C | 7 | 32 | 56 | 32 |
| Octal | 354 | 310 | 22 | 0 | 17 | 134 | 7 | 62 | 126 | 62 |
| Binary | 11101100 | 11001000 | 10010 | 0 | 1111 | 1011100 | 111 | 110010 | 1010110 | 110010 |
Color Harmonies of #ECC812
Complementary color
Monochromatic Colors of #ECC812
Black with #ECC812
Text Example
Text Example
White with #ECC812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC812; }
p { color: rgb(236,200,18); }
H1.HeaderClassName
{
color: #ECC812;
}
.AnyTagClassName
{
color: #ECC812;
}
</style>
background-color css
<style>
a { background-color: #ECC812; }
a { background-color: rgb(236,200,18); }
div.DivClassName
{
background-color: #ECC812;
}
.BgClassName
{
background-color: #ECC812;
}
</style>
border-color css
<style>
span { border-color: #ECC812; }
span { border-color: rgb(236,200,18); }
td.TdClassName
{
border-color: #ECC812;
}
.TagClassName
{
border-color: #ECC812;
}
</style>