Shades of Bright Sun #ECBC28
Tints of Bright Sun #ECBC28
RGB
CMYK
RGB Variations
Color information
#ECBC28 (or 0xECBC28) is known color: Bright Sun. HEX triplet: EC, BC and 28. RGB value is (236,188,40). Sum of RGB (Red+Green+Blue) = 236+188+40=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 40 (16.02% from 255 or 8.62% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBC28 is #1343D7. Grayscale: #BABABA. Windows color (decimal): -1262552 or 2669804. OLE color: 2669804.
HSL color Cylindrical-coordinate representation of color #ECBC28: hue angle of 45.31º 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 #ECBC28 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 40 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.07 |
| HSL | 45.31º | 0.84% | 0.54% | - |
| HSV(B) | 45.31º | 0.83% | 0.93% | - |
| XYZ | 52.96 | 53.95 | 9.63 | - |
| YUV | 185.48 | 45.9 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 40 | 0 | 0.20 | 0.83 | 0.07 | 45.31 | 0.84 | 0.54 |
| Hex | EC | BC | 28 | 0 | 14 | 53 | 7 | 2D | 54 | 36 |
| Octal | 354 | 274 | 50 | 0 | 24 | 123 | 7 | 55 | 124 | 66 |
| Binary | 11101100 | 10111100 | 101000 | 0 | 10100 | 1010011 | 111 | 101101 | 1010100 | 110110 |
Color Harmonies of #ECBC28
Complementary color
Monochromatic Colors of #ECBC28
Black with #ECBC28
Text Example
Text Example
White with #ECBC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC28; }
p { color: rgb(236,188,40); }
H1.HeaderClassName
{
color: #ECBC28;
}
.AnyTagClassName
{
color: #ECBC28;
}
</style>
background-color css
<style>
a { background-color: #ECBC28; }
a { background-color: rgb(236,188,40); }
div.DivClassName
{
background-color: #ECBC28;
}
.BgClassName
{
background-color: #ECBC28;
}
</style>
border-color css
<style>
span { border-color: #ECBC28; }
span { border-color: rgb(236,188,40); }
td.TdClassName
{
border-color: #ECBC28;
}
.TagClassName
{
border-color: #ECBC28;
}
</style>