Shades of Moon Yellow #EDB81A
Tints of Moon Yellow #EDB81A
RGB
CMYK
RGB Variations
Color information
#EDB81A (or 0xEDB81A) is known color: Moon Yellow. HEX triplet: ED, B8 and 1A. RGB value is (237,184,26). Sum of RGB (Red+Green+Blue) = 237+184+26=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 26 (10.55% from 255 or 5.82% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB81A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB81A is #1247E5. Grayscale: #B6B6B6. Windows color (decimal): -1198054 or 1751277. OLE color: 1751277.
HSL color Cylindrical-coordinate representation of color #EDB81A: hue angle of 44.93º 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 #EDB81A is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 26 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.07 |
| HSL | 44.93º | 0.85% | 0.52% | - |
| HSV(B) | 44.93º | 0.89% | 0.93% | - |
| XYZ | 52.25 | 52.36 | 8.33 | - |
| YUV | 181.84 | 40.06 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 26 | 0 | 0.22 | 0.89 | 0.07 | 44.93 | 0.85 | 0.52 |
| Hex | ED | B8 | 1A | 0 | 16 | 59 | 7 | 2D | 55 | 34 |
| Octal | 355 | 270 | 32 | 0 | 26 | 131 | 7 | 55 | 125 | 64 |
| Binary | 11101101 | 10111000 | 11010 | 0 | 10110 | 1011001 | 111 | 101101 | 1010101 | 110100 |
Color Harmonies of #EDB81A
Complementary color
Monochromatic Colors of #EDB81A
Black with #EDB81A
Text Example
Text Example
White with #EDB81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB81A; }
p { color: rgb(237,184,26); }
H1.HeaderClassName
{
color: #EDB81A;
}
.AnyTagClassName
{
color: #EDB81A;
}
</style>
background-color css
<style>
a { background-color: #EDB81A; }
a { background-color: rgb(237,184,26); }
div.DivClassName
{
background-color: #EDB81A;
}
.BgClassName
{
background-color: #EDB81A;
}
</style>
border-color css
<style>
span { border-color: #EDB81A; }
span { border-color: rgb(237,184,26); }
td.TdClassName
{
border-color: #EDB81A;
}
.TagClassName
{
border-color: #EDB81A;
}
</style>