Shades of Moon Yellow #E5C325
Tints of Moon Yellow #E5C325
RGB
CMYK
RGB Variations
Color information
#E5C325 (or 0xE5C325) is known color: Moon Yellow. HEX triplet: E5, C3 and 25. RGB value is (229,195,37). Sum of RGB (Red+Green+Blue) = 229+195+37=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 37 (14.84% from 255 or 8.03% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C325 is #1A3CDA. Grayscale: #BBBBBB. Windows color (decimal): -1719515 or 2474981. OLE color: 2474981.
HSL color Cylindrical-coordinate representation of color #E5C325: hue angle of 49.38º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5C325 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 195 | 37 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.10 |
| HSL | 49.38º | 0.79% | 0.52% | - |
| HSV(B) | 49.38º | 0.84% | 0.9% | - |
| XYZ | 52.16 | 55.82 | 9.78 | - |
| YUV | 187.15 | 43.26 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 195 | 37 | 0 | 0.15 | 0.84 | 0.10 | 49.38 | 0.79 | 0.52 |
| Hex | E5 | C3 | 25 | 0 | F | 54 | A | 31 | 4F | 34 |
| Octal | 345 | 303 | 45 | 0 | 17 | 124 | 12 | 61 | 117 | 64 |
| Binary | 11100101 | 11000011 | 100101 | 0 | 1111 | 1010100 | 1010 | 110001 | 1001111 | 110100 |
Color Harmonies of #E5C325
Complementary color
Monochromatic Colors of #E5C325
Black with #E5C325
Text Example
Text Example
White with #E5C325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C325; }
p { color: rgb(229,195,37); }
H1.HeaderClassName
{
color: #E5C325;
}
.AnyTagClassName
{
color: #E5C325;
}
</style>
background-color css
<style>
a { background-color: #E5C325; }
a { background-color: rgb(229,195,37); }
div.DivClassName
{
background-color: #E5C325;
}
.BgClassName
{
background-color: #E5C325;
}
</style>
border-color css
<style>
span { border-color: #E5C325; }
span { border-color: rgb(229,195,37); }
td.TdClassName
{
border-color: #E5C325;
}
.TagClassName
{
border-color: #E5C325;
}
</style>