Shades of Moon Yellow #EDB71A
Tints of Moon Yellow #EDB71A
RGB
CMYK
RGB Variations
Color information
#EDB71A (or 0xEDB71A) is known color: Moon Yellow. HEX triplet: ED, B7 and 1A. RGB value is (237,183,26). Sum of RGB (Red+Green+Blue) = 237+183+26=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 26 (10.55% from 255 or 5.83% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB71A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB71A is #1248E5. Grayscale: #B5B5B5. Windows color (decimal): -1198310 or 1751021. OLE color: 1751021.
HSL color Cylindrical-coordinate representation of color #EDB71A: hue angle of 44.64º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDB71A is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 26 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.07 |
| HSL | 44.64º | 0.85% | 0.52% | - |
| HSV(B) | 44.64º | 0.89% | 0.93% | - |
| XYZ | 52.04 | 51.95 | 8.26 | - |
| YUV | 181.25 | 40.39 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 26 | 0 | 0.23 | 0.89 | 0.07 | 44.64 | 0.85 | 0.52 |
| Hex | ED | B7 | 1A | 0 | 17 | 59 | 7 | 2D | 55 | 34 |
| Octal | 355 | 267 | 32 | 0 | 27 | 131 | 7 | 55 | 125 | 64 |
| Binary | 11101101 | 10110111 | 11010 | 0 | 10111 | 1011001 | 111 | 101101 | 1010101 | 110100 |
Color Harmonies of #EDB71A
Complementary color
Monochromatic Colors of #EDB71A
Black with #EDB71A
Text Example
Text Example
White with #EDB71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB71A; }
p { color: rgb(237,183,26); }
H1.HeaderClassName
{
color: #EDB71A;
}
.AnyTagClassName
{
color: #EDB71A;
}
</style>
background-color css
<style>
a { background-color: #EDB71A; }
a { background-color: rgb(237,183,26); }
div.DivClassName
{
background-color: #EDB71A;
}
.BgClassName
{
background-color: #EDB71A;
}
</style>
border-color css
<style>
span { border-color: #EDB71A; }
span { border-color: rgb(237,183,26); }
td.TdClassName
{
border-color: #EDB71A;
}
.TagClassName
{
border-color: #EDB71A;
}
</style>