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