Shades of Bright Sun #ECB529
Tints of Bright Sun #ECB529
RGB
CMYK
RGB Variations
Color information
#ECB529 (or 0xECB529) is known color: Bright Sun. HEX triplet: EC, B5 and 29. RGB value is (236,181,41). Sum of RGB (Red+Green+Blue) = 236+181+41=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 41 (16.41% from 255 or 8.95% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB529 is #134AD6. Grayscale: #B6B6B6. Windows color (decimal): -1264343 or 2733548. OLE color: 2733548.
HSL color Cylindrical-coordinate representation of color #ECB529: hue angle of 43.08º 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 #ECB529 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 41 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.07 |
| HSL | 43.08º | 0.84% | 0.54% | - |
| HSV(B) | 43.08º | 0.83% | 0.93% | - |
| XYZ | 51.52 | 51.04 | 9.23 | - |
| YUV | 181.49 | 48.72 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 41 | 0 | 0.23 | 0.83 | 0.07 | 43.08 | 0.84 | 0.54 |
| Hex | EC | B5 | 29 | 0 | 17 | 53 | 7 | 2B | 54 | 36 |
| Octal | 354 | 265 | 51 | 0 | 27 | 123 | 7 | 53 | 124 | 66 |
| Binary | 11101100 | 10110101 | 101001 | 0 | 10111 | 1010011 | 111 | 101011 | 1010100 | 110110 |
Color Harmonies of #ECB529
Complementary color
Monochromatic Colors of #ECB529
Black with #ECB529
Text Example
Text Example
White with #ECB529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB529; }
p { color: rgb(236,181,41); }
H1.HeaderClassName
{
color: #ECB529;
}
.AnyTagClassName
{
color: #ECB529;
}
</style>
background-color css
<style>
a { background-color: #ECB529; }
a { background-color: rgb(236,181,41); }
div.DivClassName
{
background-color: #ECB529;
}
.BgClassName
{
background-color: #ECB529;
}
</style>
border-color css
<style>
span { border-color: #ECB529; }
span { border-color: rgb(236,181,41); }
td.TdClassName
{
border-color: #ECB529;
}
.TagClassName
{
border-color: #ECB529;
}
</style>