Shades of Bright Sun #ECBD29
Tints of Bright Sun #ECBD29
RGB
CMYK
RGB Variations
Color information
#ECBD29 (or 0xECBD29) is known color: Bright Sun. HEX triplet: EC, BD and 29. RGB value is (236,189,41). Sum of RGB (Red+Green+Blue) = 236+189+41=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 41 (16.41% from 255 or 8.80% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBD29 is #1342D6. Grayscale: #BABABA. Windows color (decimal): -1262295 or 2735596. OLE color: 2735596.
HSL color Cylindrical-coordinate representation of color #ECBD29: hue angle of 45.54º 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 #ECBD29 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 41 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.07 |
| HSL | 45.54º | 0.84% | 0.54% | - |
| HSV(B) | 45.54º | 0.83% | 0.93% | - |
| XYZ | 53.19 | 54.39 | 9.79 | - |
| YUV | 186.18 | 46.07 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 41 | 0 | 0.20 | 0.83 | 0.07 | 45.54 | 0.84 | 0.54 |
| Hex | EC | BD | 29 | 0 | 14 | 53 | 7 | 2E | 54 | 36 |
| Octal | 354 | 275 | 51 | 0 | 24 | 123 | 7 | 56 | 124 | 66 |
| Binary | 11101100 | 10111101 | 101001 | 0 | 10100 | 1010011 | 111 | 101110 | 1010100 | 110110 |
Color Harmonies of #ECBD29
Complementary color
Monochromatic Colors of #ECBD29
Black with #ECBD29
Text Example
Text Example
White with #ECBD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD29; }
p { color: rgb(236,189,41); }
H1.HeaderClassName
{
color: #ECBD29;
}
.AnyTagClassName
{
color: #ECBD29;
}
</style>
background-color css
<style>
a { background-color: #ECBD29; }
a { background-color: rgb(236,189,41); }
div.DivClassName
{
background-color: #ECBD29;
}
.BgClassName
{
background-color: #ECBD29;
}
</style>
border-color css
<style>
span { border-color: #ECBD29; }
span { border-color: rgb(236,189,41); }
td.TdClassName
{
border-color: #ECBD29;
}
.TagClassName
{
border-color: #ECBD29;
}
</style>