Shades of Moon Yellow #EDB80F
Tints of Moon Yellow #EDB80F
RGB
CMYK
RGB Variations
Color information
#EDB80F (or 0xEDB80F) is known color: Moon Yellow. HEX triplet: ED, B8 and 0F. RGB value is (237,184,15). Sum of RGB (Red+Green+Blue) = 237+184+15=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 15 (6.25% from 255 or 3.44% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB80F is #1247F0. Grayscale: #B5B5B5. Windows color (decimal): -1198065 or 1030381. OLE color: 1030381.
HSL color Cylindrical-coordinate representation of color #EDB80F: hue angle of 45.68º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDB80F is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 15 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.07 |
| HSL | 45.68º | 0.88% | 0.49% | - |
| HSV(B) | 45.68º | 0.94% | 0.93% | - |
| XYZ | 52.15 | 52.32 | 7.8 | - |
| YUV | 180.58 | 34.56 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 15 | 0 | 0.22 | 0.94 | 0.07 | 45.68 | 0.88 | 0.49 |
| Hex | ED | B8 | F | 0 | 16 | 5E | 7 | 2E | 58 | 31 |
| Octal | 355 | 270 | 17 | 0 | 26 | 136 | 7 | 56 | 130 | 61 |
| Binary | 11101101 | 10111000 | 1111 | 0 | 10110 | 1011110 | 111 | 101110 | 1011000 | 110001 |
Color Harmonies of #EDB80F
Complementary color
Monochromatic Colors of #EDB80F
Black with #EDB80F
Text Example
Text Example
White with #EDB80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB80F; }
p { color: rgb(237,184,15); }
H1.HeaderClassName
{
color: #EDB80F;
}
.AnyTagClassName
{
color: #EDB80F;
}
</style>
background-color css
<style>
a { background-color: #EDB80F; }
a { background-color: rgb(237,184,15); }
div.DivClassName
{
background-color: #EDB80F;
}
.BgClassName
{
background-color: #EDB80F;
}
</style>
border-color css
<style>
span { border-color: #EDB80F; }
span { border-color: rgb(237,184,15); }
td.TdClassName
{
border-color: #EDB80F;
}
.TagClassName
{
border-color: #EDB80F;
}
</style>