Shades of Moon Yellow #EDC326
Tints of Moon Yellow #EDC326
RGB
CMYK
RGB Variations
Color information
#EDC326 (or 0xEDC326) is known color: Moon Yellow. HEX triplet: ED, C3 and 26. RGB value is (237,195,38). Sum of RGB (Red+Green+Blue) = 237+195+38=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 38 (15.23% from 255 or 8.09% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC326 is #123CD9. Grayscale: #BEBEBE. Windows color (decimal): -1195226 or 2540525. OLE color: 2540525.
HSL color Cylindrical-coordinate representation of color #EDC326: hue angle of 47.34º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDC326 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 38 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.07 |
| HSL | 47.34º | 0.85% | 0.54% | - |
| HSV(B) | 47.34º | 0.84% | 0.93% | - |
| XYZ | 54.79 | 57.17 | 9.98 | - |
| YUV | 189.66 | 42.41 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 38 | 0 | 0.18 | 0.84 | 0.07 | 47.34 | 0.85 | 0.54 |
| Hex | ED | C3 | 26 | 0 | 12 | 54 | 7 | 2F | 55 | 36 |
| Octal | 355 | 303 | 46 | 0 | 22 | 124 | 7 | 57 | 125 | 66 |
| Binary | 11101101 | 11000011 | 100110 | 0 | 10010 | 1010100 | 111 | 101111 | 1010101 | 110110 |
Color Harmonies of #EDC326
Complementary color
Monochromatic Colors of #EDC326
Black with #EDC326
Text Example
Text Example
White with #EDC326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC326; }
p { color: rgb(237,195,38); }
H1.HeaderClassName
{
color: #EDC326;
}
.AnyTagClassName
{
color: #EDC326;
}
</style>
background-color css
<style>
a { background-color: #EDC326; }
a { background-color: rgb(237,195,38); }
div.DivClassName
{
background-color: #EDC326;
}
.BgClassName
{
background-color: #EDC326;
}
</style>
border-color css
<style>
span { border-color: #EDC326; }
span { border-color: rgb(237,195,38); }
td.TdClassName
{
border-color: #EDC326;
}
.TagClassName
{
border-color: #EDC326;
}
</style>