Shades of Moon Yellow #EDB810
Tints of Moon Yellow #EDB810
RGB
CMYK
RGB Variations
Color information
#EDB810 (or 0xEDB810) is known color: Moon Yellow. HEX triplet: ED, B8 and 10. RGB value is (237,184,16). Sum of RGB (Red+Green+Blue) = 237+184+16=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB810 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB810 is #1247EF. Grayscale: #B5B5B5. Windows color (decimal): -1198064 or 1095917. OLE color: 1095917.
HSL color Cylindrical-coordinate representation of color #EDB810: hue angle of 45.61º 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 #EDB810 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 16 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.07 |
| HSL | 45.61º | 0.87% | 0.5% | - |
| HSV(B) | 45.61º | 0.93% | 0.93% | - |
| XYZ | 52.16 | 52.32 | 7.84 | - |
| YUV | 180.7 | 35.06 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 16 | 0 | 0.22 | 0.93 | 0.07 | 45.61 | 0.87 | 0.5 |
| Hex | ED | B8 | 10 | 0 | 16 | 5D | 7 | 2E | 57 | 32 |
| Octal | 355 | 270 | 20 | 0 | 26 | 135 | 7 | 56 | 127 | 62 |
| Binary | 11101101 | 10111000 | 10000 | 0 | 10110 | 1011101 | 111 | 101110 | 1010111 | 110010 |
Color Harmonies of #EDB810
Complementary color
Monochromatic Colors of #EDB810
Black with #EDB810
Text Example
Text Example
White with #EDB810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB810; }
p { color: rgb(237,184,16); }
H1.HeaderClassName
{
color: #EDB810;
}
.AnyTagClassName
{
color: #EDB810;
}
</style>
background-color css
<style>
a { background-color: #EDB810; }
a { background-color: rgb(237,184,16); }
div.DivClassName
{
background-color: #EDB810;
}
.BgClassName
{
background-color: #EDB810;
}
</style>
border-color css
<style>
span { border-color: #EDB810; }
span { border-color: rgb(237,184,16); }
td.TdClassName
{
border-color: #EDB810;
}
.TagClassName
{
border-color: #EDB810;
}
</style>