Shades of Bright Sun #ECB929
Tints of Bright Sun #ECB929
RGB
CMYK
RGB Variations
Color information
#ECB929 (or 0xECB929) is known color: Bright Sun. HEX triplet: EC, B9 and 29. RGB value is (236,185,41). Sum of RGB (Red+Green+Blue) = 236+185+41=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 41 (16.41% from 255 or 8.87% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB929 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB929 is #1346D6. Grayscale: #B8B8B8. Windows color (decimal): -1263319 or 2734572. OLE color: 2734572.
HSL color Cylindrical-coordinate representation of color #ECB929: hue angle of 44.31º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECB929 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 41 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.07 |
| HSL | 44.31º | 0.84% | 0.54% | - |
| HSV(B) | 44.31º | 0.83% | 0.93% | - |
| XYZ | 52.34 | 52.69 | 9.51 | - |
| YUV | 183.83 | 47.4 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 41 | 0 | 0.22 | 0.83 | 0.07 | 44.31 | 0.84 | 0.54 |
| Hex | EC | B9 | 29 | 0 | 16 | 53 | 7 | 2C | 54 | 36 |
| Octal | 354 | 271 | 51 | 0 | 26 | 123 | 7 | 54 | 124 | 66 |
| Binary | 11101100 | 10111001 | 101001 | 0 | 10110 | 1010011 | 111 | 101100 | 1010100 | 110110 |
Color Harmonies of #ECB929
Complementary color
Monochromatic Colors of #ECB929
Black with #ECB929
Text Example
Text Example
White with #ECB929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB929; }
p { color: rgb(236,185,41); }
H1.HeaderClassName
{
color: #ECB929;
}
.AnyTagClassName
{
color: #ECB929;
}
</style>
background-color css
<style>
a { background-color: #ECB929; }
a { background-color: rgb(236,185,41); }
div.DivClassName
{
background-color: #ECB929;
}
.BgClassName
{
background-color: #ECB929;
}
</style>
border-color css
<style>
span { border-color: #ECB929; }
span { border-color: rgb(236,185,41); }
td.TdClassName
{
border-color: #ECB929;
}
.TagClassName
{
border-color: #ECB929;
}
</style>