Shades of Moon Yellow #EDB715
Tints of Moon Yellow #EDB715
RGB
CMYK
RGB Variations
Color information
#EDB715 (or 0xEDB715) is known color: Moon Yellow. HEX triplet: ED, B7 and 15. RGB value is (237,183,21). Sum of RGB (Red+Green+Blue) = 237+183+21=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 21 (8.59% from 255 or 4.76% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB715 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB715 is #1248EA. Grayscale: #B5B5B5. Windows color (decimal): -1198315 or 1423341. OLE color: 1423341.
HSL color Cylindrical-coordinate representation of color #EDB715: hue angle of 45º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDB715 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 21 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.07 |
| HSL | 45º | 0.86% | 0.51% | - |
| HSV(B) | 45º | 0.91% | 0.93% | - |
| XYZ | 51.99 | 51.93 | 7.99 | - |
| YUV | 180.68 | 37.89 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 21 | 0 | 0.23 | 0.91 | 0.07 | 45 | 0.86 | 0.51 |
| Hex | ED | B7 | 15 | 0 | 17 | 5B | 7 | 2D | 56 | 33 |
| Octal | 355 | 267 | 25 | 0 | 27 | 133 | 7 | 55 | 126 | 63 |
| Binary | 11101101 | 10110111 | 10101 | 0 | 10111 | 1011011 | 111 | 101101 | 1010110 | 110011 |
Color Harmonies of #EDB715
Complementary color
Monochromatic Colors of #EDB715
Black with #EDB715
Text Example
Text Example
White with #EDB715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB715; }
p { color: rgb(237,183,21); }
H1.HeaderClassName
{
color: #EDB715;
}
.AnyTagClassName
{
color: #EDB715;
}
</style>
background-color css
<style>
a { background-color: #EDB715; }
a { background-color: rgb(237,183,21); }
div.DivClassName
{
background-color: #EDB715;
}
.BgClassName
{
background-color: #EDB715;
}
</style>
border-color css
<style>
span { border-color: #EDB715; }
span { border-color: rgb(237,183,21); }
td.TdClassName
{
border-color: #EDB715;
}
.TagClassName
{
border-color: #EDB715;
}
</style>