Shades of Bright Sun #ECBB30
Tints of Bright Sun #ECBB30
RGB
CMYK
RGB Variations
Color information
#ECBB30 (or 0xECBB30) is known color: Bright Sun. HEX triplet: EC, BB and 30. RGB value is (236,187,48). Sum of RGB (Red+Green+Blue) = 236+187+48=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 48 (19.14% from 255 or 10.19% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBB30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBB30 is #1344CF. Grayscale: #BABABA. Windows color (decimal): -1262800 or 3193836. OLE color: 3193836.
HSL color Cylindrical-coordinate representation of color #ECBB30: hue angle of 44.36º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECBB30 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 48 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.07 |
| HSL | 44.36º | 0.83% | 0.56% | - |
| HSV(B) | 44.36º | 0.8% | 0.93% | - |
| XYZ | 52.9 | 53.59 | 10.35 | - |
| YUV | 185.81 | 50.23 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 48 | 0 | 0.21 | 0.80 | 0.07 | 44.36 | 0.83 | 0.56 |
| Hex | EC | BB | 30 | 0 | 15 | 50 | 7 | 2C | 53 | 38 |
| Octal | 354 | 273 | 60 | 0 | 25 | 120 | 7 | 54 | 123 | 70 |
| Binary | 11101100 | 10111011 | 110000 | 0 | 10101 | 1010000 | 111 | 101100 | 1010011 | 111000 |
Color Harmonies of #ECBB30
Complementary color
Monochromatic Colors of #ECBB30
Black with #ECBB30
Text Example
Text Example
White with #ECBB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBB30; }
p { color: rgb(236,187,48); }
H1.HeaderClassName
{
color: #ECBB30;
}
.AnyTagClassName
{
color: #ECBB30;
}
</style>
background-color css
<style>
a { background-color: #ECBB30; }
a { background-color: rgb(236,187,48); }
div.DivClassName
{
background-color: #ECBB30;
}
.BgClassName
{
background-color: #ECBB30;
}
</style>
border-color css
<style>
span { border-color: #ECBB30; }
span { border-color: rgb(236,187,48); }
td.TdClassName
{
border-color: #ECBB30;
}
.TagClassName
{
border-color: #ECBB30;
}
</style>