Shades of Bright Sun #ECB924
Tints of Bright Sun #ECB924
RGB
CMYK
RGB Variations
Color information
#ECB924 (or 0xECB924) is known color: Bright Sun. HEX triplet: EC, B9 and 24. RGB value is (236,185,36). Sum of RGB (Red+Green+Blue) = 236+185+36=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 36 (14.45% from 255 or 7.88% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB924 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB924 is #1346DB. Grayscale: #B7B7B7. Windows color (decimal): -1263324 or 2406892. OLE color: 2406892.
HSL color Cylindrical-coordinate representation of color #ECB924: hue angle of 44.7º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ECB924 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 36 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.07 |
| HSL | 44.7º | 0.84% | 0.53% | - |
| HSV(B) | 44.7º | 0.85% | 0.93% | - |
| XYZ | 52.26 | 52.66 | 9.08 | - |
| YUV | 183.26 | 44.9 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 36 | 0 | 0.22 | 0.85 | 0.07 | 44.7 | 0.84 | 0.53 |
| Hex | EC | B9 | 24 | 0 | 16 | 55 | 7 | 2D | 54 | 35 |
| Octal | 354 | 271 | 44 | 0 | 26 | 125 | 7 | 55 | 124 | 65 |
| Binary | 11101100 | 10111001 | 100100 | 0 | 10110 | 1010101 | 111 | 101101 | 1010100 | 110101 |
Color Harmonies of #ECB924
Complementary color
Monochromatic Colors of #ECB924
Black with #ECB924
Text Example
Text Example
White with #ECB924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB924; }
p { color: rgb(236,185,36); }
H1.HeaderClassName
{
color: #ECB924;
}
.AnyTagClassName
{
color: #ECB924;
}
</style>
background-color css
<style>
a { background-color: #ECB924; }
a { background-color: rgb(236,185,36); }
div.DivClassName
{
background-color: #ECB924;
}
.BgClassName
{
background-color: #ECB924;
}
</style>
border-color css
<style>
span { border-color: #ECB924; }
span { border-color: rgb(236,185,36); }
td.TdClassName
{
border-color: #ECB924;
}
.TagClassName
{
border-color: #ECB924;
}
</style>