Shades of Moon Yellow #EDB711
Tints of Moon Yellow #EDB711
RGB
CMYK
RGB Variations
Color information
#EDB711 (or 0xEDB711) is known color: Moon Yellow. HEX triplet: ED, B7 and 11. RGB value is (237,183,17). Sum of RGB (Red+Green+Blue) = 237+183+17=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 17 (7.03% from 255 or 3.89% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB711 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB711 is #1248EE. Grayscale: #B4B4B4. Windows color (decimal): -1198319 or 1161197. OLE color: 1161197.
HSL color Cylindrical-coordinate representation of color #EDB711: hue angle of 45.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDB711 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 17 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.07 |
| HSL | 45.27º | 0.87% | 0.5% | - |
| HSV(B) | 45.27º | 0.93% | 0.93% | - |
| XYZ | 51.96 | 51.91 | 7.81 | - |
| YUV | 180.22 | 35.89 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 17 | 0 | 0.23 | 0.93 | 0.07 | 45.27 | 0.87 | 0.5 |
| Hex | ED | B7 | 11 | 0 | 17 | 5D | 7 | 2D | 57 | 32 |
| Octal | 355 | 267 | 21 | 0 | 27 | 135 | 7 | 55 | 127 | 62 |
| Binary | 11101101 | 10110111 | 10001 | 0 | 10111 | 1011101 | 111 | 101101 | 1010111 | 110010 |
Color Harmonies of #EDB711
Complementary color
Monochromatic Colors of #EDB711
Black with #EDB711
Text Example
Text Example
White with #EDB711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB711; }
p { color: rgb(237,183,17); }
H1.HeaderClassName
{
color: #EDB711;
}
.AnyTagClassName
{
color: #EDB711;
}
</style>
background-color css
<style>
a { background-color: #EDB711; }
a { background-color: rgb(237,183,17); }
div.DivClassName
{
background-color: #EDB711;
}
.BgClassName
{
background-color: #EDB711;
}
</style>
border-color css
<style>
span { border-color: #EDB711; }
span { border-color: rgb(237,183,17); }
td.TdClassName
{
border-color: #EDB711;
}
.TagClassName
{
border-color: #EDB711;
}
</style>