Shades of Moon Yellow #E6C325
Tints of Moon Yellow #E6C325
RGB
CMYK
RGB Variations
Color information
#E6C325 (or 0xE6C325) is known color: Moon Yellow. HEX triplet: E6, C3 and 25. RGB value is (230,195,37). Sum of RGB (Red+Green+Blue) = 230+195+37=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 37 (14.84% from 255 or 8.01% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C325 is #193CDA. Grayscale: #BCBCBC. Windows color (decimal): -1653979 or 2474982. OLE color: 2474982.
HSL color Cylindrical-coordinate representation of color #E6C325: hue angle of 49.12º 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 #E6C325 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 195 | 37 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.10 |
| HSL | 49.12º | 0.79% | 0.52% | - |
| HSV(B) | 49.12º | 0.84% | 0.9% | - |
| XYZ | 52.48 | 55.99 | 9.79 | - |
| YUV | 187.45 | 43.1 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 195 | 37 | 0 | 0.15 | 0.84 | 0.10 | 49.12 | 0.79 | 0.52 |
| Hex | E6 | C3 | 25 | 0 | F | 54 | A | 31 | 4F | 34 |
| Octal | 346 | 303 | 45 | 0 | 17 | 124 | 12 | 61 | 117 | 64 |
| Binary | 11100110 | 11000011 | 100101 | 0 | 1111 | 1010100 | 1010 | 110001 | 1001111 | 110100 |
Color Harmonies of #E6C325
Complementary color
Monochromatic Colors of #E6C325
Black with #E6C325
Text Example
Text Example
White with #E6C325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C325; }
p { color: rgb(230,195,37); }
H1.HeaderClassName
{
color: #E6C325;
}
.AnyTagClassName
{
color: #E6C325;
}
</style>
background-color css
<style>
a { background-color: #E6C325; }
a { background-color: rgb(230,195,37); }
div.DivClassName
{
background-color: #E6C325;
}
.BgClassName
{
background-color: #E6C325;
}
</style>
border-color css
<style>
span { border-color: #E6C325; }
span { border-color: rgb(230,195,37); }
td.TdClassName
{
border-color: #E6C325;
}
.TagClassName
{
border-color: #E6C325;
}
</style>