Shades of Moon Yellow #ECB91D
Tints of Moon Yellow #ECB91D
RGB
CMYK
RGB Variations
Color information
#ECB91D (or 0xECB91D) is known color: Moon Yellow. HEX triplet: EC, B9 and 1D. RGB value is (236,185,29). Sum of RGB (Red+Green+Blue) = 236+185+29=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 29 (11.72% from 255 or 6.44% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB91D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB91D is #1346E2. Grayscale: #B7B7B7. Windows color (decimal): -1263331 or 1948140. OLE color: 1948140.
HSL color Cylindrical-coordinate representation of color #ECB91D: hue angle of 45.22º degrees, saturation: 0.84, 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 #ECB91D is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 29 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.07 |
| HSL | 45.22º | 0.84% | 0.52% | - |
| HSV(B) | 45.22º | 0.88% | 0.93% | - |
| XYZ | 52.16 | 52.62 | 8.57 | - |
| YUV | 182.47 | 41.4 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 29 | 0 | 0.22 | 0.88 | 0.07 | 45.22 | 0.84 | 0.52 |
| Hex | EC | B9 | 1D | 0 | 16 | 58 | 7 | 2D | 54 | 34 |
| Octal | 354 | 271 | 35 | 0 | 26 | 130 | 7 | 55 | 124 | 64 |
| Binary | 11101100 | 10111001 | 11101 | 0 | 10110 | 1011000 | 111 | 101101 | 1010100 | 110100 |
Color Harmonies of #ECB91D
Complementary color
Monochromatic Colors of #ECB91D
Black with #ECB91D
Text Example
Text Example
White with #ECB91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB91D; }
p { color: rgb(236,185,29); }
H1.HeaderClassName
{
color: #ECB91D;
}
.AnyTagClassName
{
color: #ECB91D;
}
</style>
background-color css
<style>
a { background-color: #ECB91D; }
a { background-color: rgb(236,185,29); }
div.DivClassName
{
background-color: #ECB91D;
}
.BgClassName
{
background-color: #ECB91D;
}
</style>
border-color css
<style>
span { border-color: #ECB91D; }
span { border-color: rgb(236,185,29); }
td.TdClassName
{
border-color: #ECB91D;
}
.TagClassName
{
border-color: #ECB91D;
}
</style>