Shades of Moon Yellow #EDB81F
Tints of Moon Yellow #EDB81F
RGB
CMYK
RGB Variations
Color information
#EDB81F (or 0xEDB81F) is known color: Moon Yellow. HEX triplet: ED, B8 and 1F. RGB value is (237,184,31). Sum of RGB (Red+Green+Blue) = 237+184+31=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 31 (12.5% from 255 or 6.86% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB81F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB81F is #1247E0. Grayscale: #B7B7B7. Windows color (decimal): -1198049 or 2078957. OLE color: 2078957.
HSL color Cylindrical-coordinate representation of color #EDB81F: hue angle of 44.56º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDB81F is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 31 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.07 |
| HSL | 44.56º | 0.85% | 0.53% | - |
| HSV(B) | 44.56º | 0.87% | 0.93% | - |
| XYZ | 52.31 | 52.38 | 8.65 | - |
| YUV | 182.41 | 42.56 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 31 | 0 | 0.22 | 0.87 | 0.07 | 44.56 | 0.85 | 0.53 |
| Hex | ED | B8 | 1F | 0 | 16 | 57 | 7 | 2D | 55 | 35 |
| Octal | 355 | 270 | 37 | 0 | 26 | 127 | 7 | 55 | 125 | 65 |
| Binary | 11101101 | 10111000 | 11111 | 0 | 10110 | 1010111 | 111 | 101101 | 1010101 | 110101 |
Color Harmonies of #EDB81F
Complementary color
Monochromatic Colors of #EDB81F
Black with #EDB81F
Text Example
Text Example
White with #EDB81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB81F; }
p { color: rgb(237,184,31); }
H1.HeaderClassName
{
color: #EDB81F;
}
.AnyTagClassName
{
color: #EDB81F;
}
</style>
background-color css
<style>
a { background-color: #EDB81F; }
a { background-color: rgb(237,184,31); }
div.DivClassName
{
background-color: #EDB81F;
}
.BgClassName
{
background-color: #EDB81F;
}
</style>
border-color css
<style>
span { border-color: #EDB81F; }
span { border-color: rgb(237,184,31); }
td.TdClassName
{
border-color: #EDB81F;
}
.TagClassName
{
border-color: #EDB81F;
}
</style>