Shades of Moon Yellow #EAC326
Tints of Moon Yellow #EAC326
RGB
CMYK
RGB Variations
Color information
#EAC326 (or 0xEAC326) is known color: Moon Yellow. HEX triplet: EA, C3 and 26. RGB value is (234,195,38). Sum of RGB (Red+Green+Blue) = 234+195+38=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 38 (15.23% from 255 or 8.14% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC326 is #153CD9. Grayscale: #BDBDBD. Windows color (decimal): -1391834 or 2540522. OLE color: 2540522.
HSL color Cylindrical-coordinate representation of color #EAC326: hue angle of 48.06º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EAC326 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 38 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.08 |
| HSL | 48.06º | 0.82% | 0.53% | - |
| HSV(B) | 48.06º | 0.84% | 0.92% | - |
| XYZ | 53.8 | 56.66 | 9.94 | - |
| YUV | 188.76 | 42.92 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 38 | 0 | 0.17 | 0.84 | 0.08 | 48.06 | 0.82 | 0.53 |
| Hex | EA | C3 | 26 | 0 | 11 | 54 | 8 | 30 | 52 | 35 |
| Octal | 352 | 303 | 46 | 0 | 21 | 124 | 10 | 60 | 122 | 65 |
| Binary | 11101010 | 11000011 | 100110 | 0 | 10001 | 1010100 | 1000 | 110000 | 1010010 | 110101 |
Color Harmonies of #EAC326
Complementary color
Monochromatic Colors of #EAC326
Black with #EAC326
Text Example
Text Example
White with #EAC326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC326; }
p { color: rgb(234,195,38); }
H1.HeaderClassName
{
color: #EAC326;
}
.AnyTagClassName
{
color: #EAC326;
}
</style>
background-color css
<style>
a { background-color: #EAC326; }
a { background-color: rgb(234,195,38); }
div.DivClassName
{
background-color: #EAC326;
}
.BgClassName
{
background-color: #EAC326;
}
</style>
border-color css
<style>
span { border-color: #EAC326; }
span { border-color: rgb(234,195,38); }
td.TdClassName
{
border-color: #EAC326;
}
.TagClassName
{
border-color: #EAC326;
}
</style>