Shades of Moon Yellow #EDB61B
Tints of Moon Yellow #EDB61B
RGB
CMYK
RGB Variations
Color information
#EDB61B (or 0xEDB61B) is known color: Moon Yellow. HEX triplet: ED, B6 and 1B. RGB value is (237,182,27). Sum of RGB (Red+Green+Blue) = 237+182+27=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 27 (10.94% from 255 or 6.05% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB61B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB61B is #1249E4. Grayscale: #B5B5B5. Windows color (decimal): -1198565 or 1816301. OLE color: 1816301.
HSL color Cylindrical-coordinate representation of color #EDB61B: hue angle of 44.29º 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 #EDB61B is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 27 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.07 |
| HSL | 44.29º | 0.85% | 0.52% | - |
| HSV(B) | 44.29º | 0.89% | 0.93% | - |
| XYZ | 51.85 | 51.54 | 8.25 | - |
| YUV | 180.78 | 41.22 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 27 | 0 | 0.23 | 0.89 | 0.07 | 44.29 | 0.85 | 0.52 |
| Hex | ED | B6 | 1B | 0 | 17 | 59 | 7 | 2C | 55 | 34 |
| Octal | 355 | 266 | 33 | 0 | 27 | 131 | 7 | 54 | 125 | 64 |
| Binary | 11101101 | 10110110 | 11011 | 0 | 10111 | 1011001 | 111 | 101100 | 1010101 | 110100 |
Color Harmonies of #EDB61B
Complementary color
Monochromatic Colors of #EDB61B
Black with #EDB61B
Text Example
Text Example
White with #EDB61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB61B; }
p { color: rgb(237,182,27); }
H1.HeaderClassName
{
color: #EDB61B;
}
.AnyTagClassName
{
color: #EDB61B;
}
</style>
background-color css
<style>
a { background-color: #EDB61B; }
a { background-color: rgb(237,182,27); }
div.DivClassName
{
background-color: #EDB61B;
}
.BgClassName
{
background-color: #EDB61B;
}
</style>
border-color css
<style>
span { border-color: #EDB61B; }
span { border-color: rgb(237,182,27); }
td.TdClassName
{
border-color: #EDB61B;
}
.TagClassName
{
border-color: #EDB61B;
}
</style>