Shades of Moon Yellow #ECBD1C
Tints of Moon Yellow #ECBD1C
RGB
CMYK
RGB Variations
Color information
#ECBD1C (or 0xECBD1C) is known color: Moon Yellow. HEX triplet: EC, BD and 1C. RGB value is (236,189,28). Sum of RGB (Red+Green+Blue) = 236+189+28=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 28 (11.33% from 255 or 6.18% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBD1C is #1342E3. Grayscale: #B9B9B9. Windows color (decimal): -1262308 or 1883628. OLE color: 1883628.
HSL color Cylindrical-coordinate representation of color #ECBD1C: hue angle of 46.44º 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 #ECBD1C is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 28 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.07 |
| HSL | 46.44º | 0.85% | 0.52% | - |
| HSV(B) | 46.44º | 0.88% | 0.93% | - |
| XYZ | 53 | 54.31 | 8.79 | - |
| YUV | 184.7 | 39.57 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 28 | 0 | 0.20 | 0.88 | 0.07 | 46.44 | 0.85 | 0.52 |
| Hex | EC | BD | 1C | 0 | 14 | 58 | 7 | 2E | 55 | 34 |
| Octal | 354 | 275 | 34 | 0 | 24 | 130 | 7 | 56 | 125 | 64 |
| Binary | 11101100 | 10111101 | 11100 | 0 | 10100 | 1011000 | 111 | 101110 | 1010101 | 110100 |
Color Harmonies of #ECBD1C
Complementary color
Monochromatic Colors of #ECBD1C
Black with #ECBD1C
Text Example
Text Example
White with #ECBD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD1C; }
p { color: rgb(236,189,28); }
H1.HeaderClassName
{
color: #ECBD1C;
}
.AnyTagClassName
{
color: #ECBD1C;
}
</style>
background-color css
<style>
a { background-color: #ECBD1C; }
a { background-color: rgb(236,189,28); }
div.DivClassName
{
background-color: #ECBD1C;
}
.BgClassName
{
background-color: #ECBD1C;
}
</style>
border-color css
<style>
span { border-color: #ECBD1C; }
span { border-color: rgb(236,189,28); }
td.TdClassName
{
border-color: #ECBD1C;
}
.TagClassName
{
border-color: #ECBD1C;
}
</style>