Shades of Moon Yellow #EDB814
Tints of Moon Yellow #EDB814
RGB
CMYK
RGB Variations
Color information
#EDB814 (or 0xEDB814) is known color: Moon Yellow. HEX triplet: ED, B8 and 14. RGB value is (237,184,20). Sum of RGB (Red+Green+Blue) = 237+184+20=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB814 is #1247EB. Grayscale: #B5B5B5. Windows color (decimal): -1198060 or 1358061. OLE color: 1358061.
HSL color Cylindrical-coordinate representation of color #EDB814: hue angle of 45.35º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDB814 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 20 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.07 |
| HSL | 45.35º | 0.86% | 0.5% | - |
| HSV(B) | 45.35º | 0.92% | 0.93% | - |
| XYZ | 52.19 | 52.34 | 8.01 | - |
| YUV | 181.15 | 37.06 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 20 | 0 | 0.22 | 0.92 | 0.07 | 45.35 | 0.86 | 0.5 |
| Hex | ED | B8 | 14 | 0 | 16 | 5C | 7 | 2D | 56 | 32 |
| Octal | 355 | 270 | 24 | 0 | 26 | 134 | 7 | 55 | 126 | 62 |
| Binary | 11101101 | 10111000 | 10100 | 0 | 10110 | 1011100 | 111 | 101101 | 1010110 | 110010 |
Color Harmonies of #EDB814
Complementary color
Monochromatic Colors of #EDB814
Black with #EDB814
Text Example
Text Example
White with #EDB814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB814; }
p { color: rgb(237,184,20); }
H1.HeaderClassName
{
color: #EDB814;
}
.AnyTagClassName
{
color: #EDB814;
}
</style>
background-color css
<style>
a { background-color: #EDB814; }
a { background-color: rgb(237,184,20); }
div.DivClassName
{
background-color: #EDB814;
}
.BgClassName
{
background-color: #EDB814;
}
</style>
border-color css
<style>
span { border-color: #EDB814; }
span { border-color: rgb(237,184,20); }
td.TdClassName
{
border-color: #EDB814;
}
.TagClassName
{
border-color: #EDB814;
}
</style>