Shades of Bright Sun #ECBA32
Tints of Bright Sun #ECBA32
RGB
CMYK
RGB Variations
Color information
#ECBA32 (or 0xECBA32) is known color: Bright Sun. HEX triplet: EC, BA and 32. RGB value is (236,186,50). Sum of RGB (Red+Green+Blue) = 236+186+50=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 50 (19.92% from 255 or 10.59% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBA32 is #1345CD. Grayscale: #BABABA. Windows color (decimal): -1263054 or 3324652. OLE color: 3324652.
HSL color Cylindrical-coordinate representation of color #ECBA32: hue angle of 43.87º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECBA32 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 50 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.07 |
| HSL | 43.87º | 0.83% | 0.56% | - |
| HSV(B) | 43.87º | 0.79% | 0.93% | - |
| XYZ | 52.73 | 53.18 | 10.5 | - |
| YUV | 185.45 | 51.57 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 50 | 0 | 0.21 | 0.79 | 0.07 | 43.87 | 0.83 | 0.56 |
| Hex | EC | BA | 32 | 0 | 15 | 4F | 7 | 2C | 53 | 38 |
| Octal | 354 | 272 | 62 | 0 | 25 | 117 | 7 | 54 | 123 | 70 |
| Binary | 11101100 | 10111010 | 110010 | 0 | 10101 | 1001111 | 111 | 101100 | 1010011 | 111000 |
Color Harmonies of #ECBA32
Complementary color
Monochromatic Colors of #ECBA32
Black with #ECBA32
Text Example
Text Example
White with #ECBA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA32; }
p { color: rgb(236,186,50); }
H1.HeaderClassName
{
color: #ECBA32;
}
.AnyTagClassName
{
color: #ECBA32;
}
</style>
background-color css
<style>
a { background-color: #ECBA32; }
a { background-color: rgb(236,186,50); }
div.DivClassName
{
background-color: #ECBA32;
}
.BgClassName
{
background-color: #ECBA32;
}
</style>
border-color css
<style>
span { border-color: #ECBA32; }
span { border-color: rgb(236,186,50); }
td.TdClassName
{
border-color: #ECBA32;
}
.TagClassName
{
border-color: #ECBA32;
}
</style>