Shades of Moon Yellow #EDB81C
Tints of Moon Yellow #EDB81C
RGB
CMYK
RGB Variations
Color information
#EDB81C (or 0xEDB81C) is known color: Moon Yellow. HEX triplet: ED, B8 and 1C. RGB value is (237,184,28). Sum of RGB (Red+Green+Blue) = 237+184+28=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 28 (11.33% from 255 or 6.24% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB81C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB81C is #1247E3. Grayscale: #B6B6B6. Windows color (decimal): -1198052 or 1882349. OLE color: 1882349.
HSL color Cylindrical-coordinate representation of color #EDB81C: hue angle of 44.78º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDB81C is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 28 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.07 |
| HSL | 44.78º | 0.85% | 0.52% | - |
| HSV(B) | 44.78º | 0.88% | 0.93% | - |
| XYZ | 52.28 | 52.37 | 8.45 | - |
| YUV | 182.06 | 41.06 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 28 | 0 | 0.22 | 0.88 | 0.07 | 44.78 | 0.85 | 0.52 |
| Hex | ED | B8 | 1C | 0 | 16 | 58 | 7 | 2D | 55 | 34 |
| Octal | 355 | 270 | 34 | 0 | 26 | 130 | 7 | 55 | 125 | 64 |
| Binary | 11101101 | 10111000 | 11100 | 0 | 10110 | 1011000 | 111 | 101101 | 1010101 | 110100 |
Color Harmonies of #EDB81C
Complementary color
Monochromatic Colors of #EDB81C
Black with #EDB81C
Text Example
Text Example
White with #EDB81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB81C; }
p { color: rgb(237,184,28); }
H1.HeaderClassName
{
color: #EDB81C;
}
.AnyTagClassName
{
color: #EDB81C;
}
</style>
background-color css
<style>
a { background-color: #EDB81C; }
a { background-color: rgb(237,184,28); }
div.DivClassName
{
background-color: #EDB81C;
}
.BgClassName
{
background-color: #EDB81C;
}
</style>
border-color css
<style>
span { border-color: #EDB81C; }
span { border-color: rgb(237,184,28); }
td.TdClassName
{
border-color: #EDB81C;
}
.TagClassName
{
border-color: #EDB81C;
}
</style>