Shades of Bright Sun #ECBD31
Tints of Bright Sun #ECBD31
RGB
CMYK
RGB Variations
Color information
#ECBD31 (or 0xECBD31) is known color: Bright Sun. HEX triplet: EC, BD and 31. RGB value is (236,189,49). Sum of RGB (Red+Green+Blue) = 236+189+49=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 49 (19.53% from 255 or 10.34% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBD31 is #1342CE. Grayscale: #BBBBBB. Windows color (decimal): -1262287 or 3259884. OLE color: 3259884.
HSL color Cylindrical-coordinate representation of color #ECBD31: hue angle of 44.92º 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 #ECBD31 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 49 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.07 |
| HSL | 44.92º | 0.83% | 0.56% | - |
| HSV(B) | 44.92º | 0.79% | 0.93% | - |
| XYZ | 53.34 | 54.45 | 10.6 | - |
| YUV | 187.09 | 50.07 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 49 | 0 | 0.20 | 0.79 | 0.07 | 44.92 | 0.83 | 0.56 |
| Hex | EC | BD | 31 | 0 | 14 | 4F | 7 | 2D | 53 | 38 |
| Octal | 354 | 275 | 61 | 0 | 24 | 117 | 7 | 55 | 123 | 70 |
| Binary | 11101100 | 10111101 | 110001 | 0 | 10100 | 1001111 | 111 | 101101 | 1010011 | 111000 |
Color Harmonies of #ECBD31
Complementary color
Monochromatic Colors of #ECBD31
Black with #ECBD31
Text Example
Text Example
White with #ECBD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD31; }
p { color: rgb(236,189,49); }
H1.HeaderClassName
{
color: #ECBD31;
}
.AnyTagClassName
{
color: #ECBD31;
}
</style>
background-color css
<style>
a { background-color: #ECBD31; }
a { background-color: rgb(236,189,49); }
div.DivClassName
{
background-color: #ECBD31;
}
.BgClassName
{
background-color: #ECBD31;
}
</style>
border-color css
<style>
span { border-color: #ECBD31; }
span { border-color: rgb(236,189,49); }
td.TdClassName
{
border-color: #ECBD31;
}
.TagClassName
{
border-color: #ECBD31;
}
</style>