Shades of Moon Yellow #EDB613
Tints of Moon Yellow #EDB613
RGB
CMYK
RGB Variations
Color information
#EDB613 (or 0xEDB613) is known color: Moon Yellow. HEX triplet: ED, B6 and 13. RGB value is (237,182,19). Sum of RGB (Red+Green+Blue) = 237+182+19=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 19 (7.81% from 255 or 4.34% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB613 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB613 is #1249EC. Grayscale: #B4B4B4. Windows color (decimal): -1198573 or 1292013. OLE color: 1292013.
HSL color Cylindrical-coordinate representation of color #EDB613: hue angle of 44.86º 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 #EDB613 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 19 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.07 |
| HSL | 44.86º | 0.86% | 0.5% | - |
| HSV(B) | 44.86º | 0.92% | 0.93% | - |
| XYZ | 51.77 | 51.51 | 7.83 | - |
| YUV | 179.86 | 37.22 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 19 | 0 | 0.23 | 0.92 | 0.07 | 44.86 | 0.86 | 0.5 |
| Hex | ED | B6 | 13 | 0 | 17 | 5C | 7 | 2D | 56 | 32 |
| Octal | 355 | 266 | 23 | 0 | 27 | 134 | 7 | 55 | 126 | 62 |
| Binary | 11101101 | 10110110 | 10011 | 0 | 10111 | 1011100 | 111 | 101101 | 1010110 | 110010 |
Color Harmonies of #EDB613
Complementary color
Monochromatic Colors of #EDB613
Black with #EDB613
Text Example
Text Example
White with #EDB613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB613; }
p { color: rgb(237,182,19); }
H1.HeaderClassName
{
color: #EDB613;
}
.AnyTagClassName
{
color: #EDB613;
}
</style>
background-color css
<style>
a { background-color: #EDB613; }
a { background-color: rgb(237,182,19); }
div.DivClassName
{
background-color: #EDB613;
}
.BgClassName
{
background-color: #EDB613;
}
</style>
border-color css
<style>
span { border-color: #EDB613; }
span { border-color: rgb(237,182,19); }
td.TdClassName
{
border-color: #EDB613;
}
.TagClassName
{
border-color: #EDB613;
}
</style>