Shades of Moon Yellow #ECC31B
Tints of Moon Yellow #ECC31B
RGB
CMYK
RGB Variations
Color information
#ECC31B (or 0xECC31B) is known color: Moon Yellow. HEX triplet: EC, C3 and 1B. RGB value is (236,195,27). Sum of RGB (Red+Green+Blue) = 236+195+27=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 27 (10.94% from 255 or 5.90% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC31B is #133CE4. Grayscale: #BCBCBC. Windows color (decimal): -1260773 or 1819628. OLE color: 1819628.
HSL color Cylindrical-coordinate representation of color #ECC31B: hue angle of 48.23º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECC31B is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 27 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.07 |
| HSL | 48.23º | 0.85% | 0.52% | - |
| HSV(B) | 48.23º | 0.89% | 0.93% | - |
| XYZ | 54.31 | 56.94 | 9.17 | - |
| YUV | 188.11 | 37.08 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 27 | 0 | 0.17 | 0.89 | 0.07 | 48.23 | 0.85 | 0.52 |
| Hex | EC | C3 | 1B | 0 | 11 | 59 | 7 | 30 | 55 | 34 |
| Octal | 354 | 303 | 33 | 0 | 21 | 131 | 7 | 60 | 125 | 64 |
| Binary | 11101100 | 11000011 | 11011 | 0 | 10001 | 1011001 | 111 | 110000 | 1010101 | 110100 |
Color Harmonies of #ECC31B
Complementary color
Monochromatic Colors of #ECC31B
Black with #ECC31B
Text Example
Text Example
White with #ECC31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC31B; }
p { color: rgb(236,195,27); }
H1.HeaderClassName
{
color: #ECC31B;
}
.AnyTagClassName
{
color: #ECC31B;
}
</style>
background-color css
<style>
a { background-color: #ECC31B; }
a { background-color: rgb(236,195,27); }
div.DivClassName
{
background-color: #ECC31B;
}
.BgClassName
{
background-color: #ECC31B;
}
</style>
border-color css
<style>
span { border-color: #ECC31B; }
span { border-color: rgb(236,195,27); }
td.TdClassName
{
border-color: #ECC31B;
}
.TagClassName
{
border-color: #ECC31B;
}
</style>