Shades of Moon Yellow #E5C01F
Tints of Moon Yellow #E5C01F
RGB
CMYK
RGB Variations
Color information
#E5C01F (or 0xE5C01F) is known color: Moon Yellow. HEX triplet: E5, C0 and 1F. RGB value is (229,192,31). Sum of RGB (Red+Green+Blue) = 229+192+31=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 31 (12.5% from 255 or 6.86% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C01F is #1A3FE0. Grayscale: #B9B9B9. Windows color (decimal): -1720289 or 2080997. OLE color: 2080997.
HSL color Cylindrical-coordinate representation of color #E5C01F: hue angle of 48.79º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5C01F is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 192 | 31 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.10 |
| HSL | 48.79º | 0.79% | 0.51% | - |
| HSV(B) | 48.79º | 0.86% | 0.9% | - |
| XYZ | 51.41 | 54.46 | 9.1 | - |
| YUV | 184.71 | 41.26 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 192 | 31 | 0 | 0.16 | 0.86 | 0.10 | 48.79 | 0.79 | 0.51 |
| Hex | E5 | C0 | 1F | 0 | 10 | 56 | A | 31 | 4F | 33 |
| Octal | 345 | 300 | 37 | 0 | 20 | 126 | 12 | 61 | 117 | 63 |
| Binary | 11100101 | 11000000 | 11111 | 0 | 10000 | 1010110 | 1010 | 110001 | 1001111 | 110011 |
Color Harmonies of #E5C01F
Complementary color
Monochromatic Colors of #E5C01F
Black with #E5C01F
Text Example
Text Example
White with #E5C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C01F; }
p { color: rgb(229,192,31); }
H1.HeaderClassName
{
color: #E5C01F;
}
.AnyTagClassName
{
color: #E5C01F;
}
</style>
background-color css
<style>
a { background-color: #E5C01F; }
a { background-color: rgb(229,192,31); }
div.DivClassName
{
background-color: #E5C01F;
}
.BgClassName
{
background-color: #E5C01F;
}
</style>
border-color css
<style>
span { border-color: #E5C01F; }
span { border-color: rgb(229,192,31); }
td.TdClassName
{
border-color: #E5C01F;
}
.TagClassName
{
border-color: #E5C01F;
}
</style>