Shades of Moon Yellow #EDB614
Tints of Moon Yellow #EDB614
RGB
CMYK
RGB Variations
Color information
#EDB614 (or 0xEDB614) is known color: Moon Yellow. HEX triplet: ED, B6 and 14. RGB value is (237,182,20). Sum of RGB (Red+Green+Blue) = 237+182+20=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 20 (8.20% from 255 or 4.56% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB614 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB614 is #1249EB. Grayscale: #B4B4B4. Windows color (decimal): -1198572 or 1357549. OLE color: 1357549.
HSL color Cylindrical-coordinate representation of color #EDB614: hue angle of 44.79º 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 #EDB614 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 20 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.07 |
| HSL | 44.79º | 0.86% | 0.5% | - |
| HSV(B) | 44.79º | 0.92% | 0.93% | - |
| XYZ | 51.78 | 51.51 | 7.88 | - |
| YUV | 179.98 | 37.72 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 20 | 0 | 0.23 | 0.92 | 0.07 | 44.79 | 0.86 | 0.5 |
| Hex | ED | B6 | 14 | 0 | 17 | 5C | 7 | 2D | 56 | 32 |
| Octal | 355 | 266 | 24 | 0 | 27 | 134 | 7 | 55 | 126 | 62 |
| Binary | 11101101 | 10110110 | 10100 | 0 | 10111 | 1011100 | 111 | 101101 | 1010110 | 110010 |
Color Harmonies of #EDB614
Complementary color
Monochromatic Colors of #EDB614
Black with #EDB614
Text Example
Text Example
White with #EDB614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB614; }
p { color: rgb(237,182,20); }
H1.HeaderClassName
{
color: #EDB614;
}
.AnyTagClassName
{
color: #EDB614;
}
</style>
background-color css
<style>
a { background-color: #EDB614; }
a { background-color: rgb(237,182,20); }
div.DivClassName
{
background-color: #EDB614;
}
.BgClassName
{
background-color: #EDB614;
}
</style>
border-color css
<style>
span { border-color: #EDB614; }
span { border-color: rgb(237,182,20); }
td.TdClassName
{
border-color: #EDB614;
}
.TagClassName
{
border-color: #EDB614;
}
</style>