Shades of Moon Yellow #EDC327
Tints of Moon Yellow #EDC327
RGB
CMYK
RGB Variations
Color information
#EDC327 (or 0xEDC327) is known color: Moon Yellow. HEX triplet: ED, C3 and 27. RGB value is (237,195,39). Sum of RGB (Red+Green+Blue) = 237+195+39=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 39 (15.62% from 255 or 8.28% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC327 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC327 is #123CD8. Grayscale: #BEBEBE. Windows color (decimal): -1195225 or 2606061. OLE color: 2606061.
HSL color Cylindrical-coordinate representation of color #EDC327: hue angle of 47.27º 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 #EDC327 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 39 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.07 |
| HSL | 47.27º | 0.85% | 0.54% | - |
| HSV(B) | 47.27º | 0.84% | 0.93% | - |
| XYZ | 54.81 | 57.18 | 10.07 | - |
| YUV | 189.77 | 42.91 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 39 | 0 | 0.18 | 0.84 | 0.07 | 47.27 | 0.85 | 0.54 |
| Hex | ED | C3 | 27 | 0 | 12 | 54 | 7 | 2F | 55 | 36 |
| Octal | 355 | 303 | 47 | 0 | 22 | 124 | 7 | 57 | 125 | 66 |
| Binary | 11101101 | 11000011 | 100111 | 0 | 10010 | 1010100 | 111 | 101111 | 1010101 | 110110 |
Color Harmonies of #EDC327
Complementary color
Monochromatic Colors of #EDC327
Black with #EDC327
Text Example
Text Example
White with #EDC327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC327; }
p { color: rgb(237,195,39); }
H1.HeaderClassName
{
color: #EDC327;
}
.AnyTagClassName
{
color: #EDC327;
}
</style>
background-color css
<style>
a { background-color: #EDC327; }
a { background-color: rgb(237,195,39); }
div.DivClassName
{
background-color: #EDC327;
}
.BgClassName
{
background-color: #EDC327;
}
</style>
border-color css
<style>
span { border-color: #EDC327; }
span { border-color: rgb(237,195,39); }
td.TdClassName
{
border-color: #EDC327;
}
.TagClassName
{
border-color: #EDC327;
}
</style>