Shades of Bright Sun #ECBA2E
Tints of Bright Sun #ECBA2E
RGB
CMYK
RGB Variations
Color information
#ECBA2E (or 0xECBA2E) is known color: Bright Sun. HEX triplet: EC, BA and 2E. RGB value is (236,186,46). Sum of RGB (Red+Green+Blue) = 236+186+46=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 46 (18.36% from 255 or 9.83% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBA2E is #1345D1. Grayscale: #B9B9B9. Windows color (decimal): -1263058 or 3062508. OLE color: 3062508.
HSL color Cylindrical-coordinate representation of color #ECBA2E: hue angle of 44.21º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECBA2E is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 46 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.07 |
| HSL | 44.21º | 0.83% | 0.55% | - |
| HSV(B) | 44.21º | 0.81% | 0.93% | - |
| XYZ | 52.64 | 53.15 | 10.07 | - |
| YUV | 184.99 | 49.57 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 46 | 0 | 0.21 | 0.81 | 0.07 | 44.21 | 0.83 | 0.55 |
| Hex | EC | BA | 2E | 0 | 15 | 51 | 7 | 2C | 53 | 37 |
| Octal | 354 | 272 | 56 | 0 | 25 | 121 | 7 | 54 | 123 | 67 |
| Binary | 11101100 | 10111010 | 101110 | 0 | 10101 | 1010001 | 111 | 101100 | 1010011 | 110111 |
Color Harmonies of #ECBA2E
Complementary color
Monochromatic Colors of #ECBA2E
Black with #ECBA2E
Text Example
Text Example
White with #ECBA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA2E; }
p { color: rgb(236,186,46); }
H1.HeaderClassName
{
color: #ECBA2E;
}
.AnyTagClassName
{
color: #ECBA2E;
}
</style>
background-color css
<style>
a { background-color: #ECBA2E; }
a { background-color: rgb(236,186,46); }
div.DivClassName
{
background-color: #ECBA2E;
}
.BgClassName
{
background-color: #ECBA2E;
}
</style>
border-color css
<style>
span { border-color: #ECBA2E; }
span { border-color: rgb(236,186,46); }
td.TdClassName
{
border-color: #ECBA2E;
}
.TagClassName
{
border-color: #ECBA2E;
}
</style>