Shades of Bright Sun #ECBB31
Tints of Bright Sun #ECBB31
RGB
CMYK
RGB Variations
Color information
#ECBB31 (or 0xECBB31) is known color: Bright Sun. HEX triplet: EC, BB and 31. RGB value is (236,187,49). Sum of RGB (Red+Green+Blue) = 236+187+49=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 49 (19.53% from 255 or 10.38% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBB31 is #1344CE. Grayscale: #BABABA. Windows color (decimal): -1262799 or 3259372. OLE color: 3259372.
HSL color Cylindrical-coordinate representation of color #ECBB31: hue angle of 44.28º 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 #ECBB31 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 49 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.07 |
| HSL | 44.28º | 0.83% | 0.56% | - |
| HSV(B) | 44.28º | 0.79% | 0.93% | - |
| XYZ | 52.92 | 53.6 | 10.46 | - |
| YUV | 185.92 | 50.73 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 49 | 0 | 0.21 | 0.79 | 0.07 | 44.28 | 0.83 | 0.56 |
| Hex | EC | BB | 31 | 0 | 15 | 4F | 7 | 2C | 53 | 38 |
| Octal | 354 | 273 | 61 | 0 | 25 | 117 | 7 | 54 | 123 | 70 |
| Binary | 11101100 | 10111011 | 110001 | 0 | 10101 | 1001111 | 111 | 101100 | 1010011 | 111000 |
Color Harmonies of #ECBB31
Complementary color
Monochromatic Colors of #ECBB31
Black with #ECBB31
Text Example
Text Example
White with #ECBB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBB31; }
p { color: rgb(236,187,49); }
H1.HeaderClassName
{
color: #ECBB31;
}
.AnyTagClassName
{
color: #ECBB31;
}
</style>
background-color css
<style>
a { background-color: #ECBB31; }
a { background-color: rgb(236,187,49); }
div.DivClassName
{
background-color: #ECBB31;
}
.BgClassName
{
background-color: #ECBB31;
}
</style>
border-color css
<style>
span { border-color: #ECBB31; }
span { border-color: rgb(236,187,49); }
td.TdClassName
{
border-color: #ECBB31;
}
.TagClassName
{
border-color: #ECBB31;
}
</style>