Shades of Bright Sun #ECB82E
Tints of Bright Sun #ECB82E
RGB
CMYK
RGB Variations
Color information
#ECB82E (or 0xECB82E) is known color: Bright Sun. HEX triplet: EC, B8 and 2E. RGB value is (236,184,46). Sum of RGB (Red+Green+Blue) = 236+184+46=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 46 (18.36% from 255 or 9.87% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB82E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB82E is #1347D1. Grayscale: #B8B8B8. Windows color (decimal): -1263570 or 3061996. OLE color: 3061996.
HSL color Cylindrical-coordinate representation of color #ECB82E: hue angle of 43.58º 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 #ECB82E is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 46 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.07 |
| HSL | 43.58º | 0.83% | 0.55% | - |
| HSV(B) | 43.58º | 0.81% | 0.93% | - |
| XYZ | 52.23 | 52.31 | 9.93 | - |
| YUV | 183.82 | 50.23 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 46 | 0 | 0.22 | 0.81 | 0.07 | 43.58 | 0.83 | 0.55 |
| Hex | EC | B8 | 2E | 0 | 16 | 51 | 7 | 2C | 53 | 37 |
| Octal | 354 | 270 | 56 | 0 | 26 | 121 | 7 | 54 | 123 | 67 |
| Binary | 11101100 | 10111000 | 101110 | 0 | 10110 | 1010001 | 111 | 101100 | 1010011 | 110111 |
Color Harmonies of #ECB82E
Complementary color
Monochromatic Colors of #ECB82E
Black with #ECB82E
Text Example
Text Example
White with #ECB82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB82E; }
p { color: rgb(236,184,46); }
H1.HeaderClassName
{
color: #ECB82E;
}
.AnyTagClassName
{
color: #ECB82E;
}
</style>
background-color css
<style>
a { background-color: #ECB82E; }
a { background-color: rgb(236,184,46); }
div.DivClassName
{
background-color: #ECB82E;
}
.BgClassName
{
background-color: #ECB82E;
}
</style>
border-color css
<style>
span { border-color: #ECB82E; }
span { border-color: rgb(236,184,46); }
td.TdClassName
{
border-color: #ECB82E;
}
.TagClassName
{
border-color: #ECB82E;
}
</style>