Shades of Moon Yellow #EDB514
Tints of Moon Yellow #EDB514
RGB
CMYK
RGB Variations
Color information
#EDB514 (or 0xEDB514) is known color: Moon Yellow. HEX triplet: ED, B5 and 14. RGB value is (237,181,20). Sum of RGB (Red+Green+Blue) = 237+181+20=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB514 is #124AEB. Grayscale: #B4B4B4. Windows color (decimal): -1198828 or 1357293. OLE color: 1357293.
HSL color Cylindrical-coordinate representation of color #EDB514: hue angle of 44.52º 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 #EDB514 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 20 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.07 |
| HSL | 44.52º | 0.86% | 0.5% | - |
| HSV(B) | 44.52º | 0.92% | 0.93% | - |
| XYZ | 51.58 | 51.1 | 7.81 | - |
| YUV | 179.39 | 38.05 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 20 | 0 | 0.24 | 0.92 | 0.07 | 44.52 | 0.86 | 0.5 |
| Hex | ED | B5 | 14 | 0 | 18 | 5C | 7 | 2D | 56 | 32 |
| Octal | 355 | 265 | 24 | 0 | 30 | 134 | 7 | 55 | 126 | 62 |
| Binary | 11101101 | 10110101 | 10100 | 0 | 11000 | 1011100 | 111 | 101101 | 1010110 | 110010 |
Color Harmonies of #EDB514
Complementary color
Monochromatic Colors of #EDB514
Black with #EDB514
Text Example
Text Example
White with #EDB514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB514; }
p { color: rgb(237,181,20); }
H1.HeaderClassName
{
color: #EDB514;
}
.AnyTagClassName
{
color: #EDB514;
}
</style>
background-color css
<style>
a { background-color: #EDB514; }
a { background-color: rgb(237,181,20); }
div.DivClassName
{
background-color: #EDB514;
}
.BgClassName
{
background-color: #EDB514;
}
</style>
border-color css
<style>
span { border-color: #EDB514; }
span { border-color: rgb(237,181,20); }
td.TdClassName
{
border-color: #EDB514;
}
.TagClassName
{
border-color: #EDB514;
}
</style>