Shades of Moon Yellow #ECB80F
Tints of Moon Yellow #ECB80F
RGB
CMYK
RGB Variations
Color information
#ECB80F (or 0xECB80F) is known color: Moon Yellow. HEX triplet: EC, B8 and 0F. RGB value is (236,184,15). Sum of RGB (Red+Green+Blue) = 236+184+15=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB80F is #1347F0. Grayscale: #B5B5B5. Windows color (decimal): -1263601 or 1030380. OLE color: 1030380.
HSL color Cylindrical-coordinate representation of color #ECB80F: hue angle of 45.88º 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 #ECB80F is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 15 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.07 |
| HSL | 45.88º | 0.88% | 0.49% | - |
| HSV(B) | 45.88º | 0.94% | 0.93% | - |
| XYZ | 51.82 | 52.15 | 7.79 | - |
| YUV | 180.28 | 34.73 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 15 | 0 | 0.22 | 0.94 | 0.07 | 45.88 | 0.88 | 0.49 |
| Hex | EC | B8 | F | 0 | 16 | 5E | 7 | 2E | 58 | 31 |
| Octal | 354 | 270 | 17 | 0 | 26 | 136 | 7 | 56 | 130 | 61 |
| Binary | 11101100 | 10111000 | 1111 | 0 | 10110 | 1011110 | 111 | 101110 | 1011000 | 110001 |
Color Harmonies of #ECB80F
Complementary color
Monochromatic Colors of #ECB80F
Black with #ECB80F
Text Example
Text Example
White with #ECB80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB80F; }
p { color: rgb(236,184,15); }
H1.HeaderClassName
{
color: #ECB80F;
}
.AnyTagClassName
{
color: #ECB80F;
}
</style>
background-color css
<style>
a { background-color: #ECB80F; }
a { background-color: rgb(236,184,15); }
div.DivClassName
{
background-color: #ECB80F;
}
.BgClassName
{
background-color: #ECB80F;
}
</style>
border-color css
<style>
span { border-color: #ECB80F; }
span { border-color: rgb(236,184,15); }
td.TdClassName
{
border-color: #ECB80F;
}
.TagClassName
{
border-color: #ECB80F;
}
</style>