Shades of Bright Sun #ECB52E
Tints of Bright Sun #ECB52E
RGB
CMYK
RGB Variations
Color information
#ECB52E (or 0xECB52E) is known color: Bright Sun. HEX triplet: EC, B5 and 2E. RGB value is (236,181,46). Sum of RGB (Red+Green+Blue) = 236+181+46=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 46 (18.36% from 255 or 9.94% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB52E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB52E is #134AD1. Grayscale: #B6B6B6. Windows color (decimal): -1264338 or 3061228. OLE color: 3061228.
HSL color Cylindrical-coordinate representation of color #ECB52E: hue angle of 42.63º 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 #ECB52E is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 46 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.07 |
| HSL | 42.63º | 0.83% | 0.55% | - |
| HSV(B) | 42.63º | 0.81% | 0.93% | - |
| XYZ | 51.61 | 51.08 | 9.72 | - |
| YUV | 182.06 | 51.22 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 46 | 0 | 0.23 | 0.81 | 0.07 | 42.63 | 0.83 | 0.55 |
| Hex | EC | B5 | 2E | 0 | 17 | 51 | 7 | 2B | 53 | 37 |
| Octal | 354 | 265 | 56 | 0 | 27 | 121 | 7 | 53 | 123 | 67 |
| Binary | 11101100 | 10110101 | 101110 | 0 | 10111 | 1010001 | 111 | 101011 | 1010011 | 110111 |
Color Harmonies of #ECB52E
Complementary color
Monochromatic Colors of #ECB52E
Black with #ECB52E
Text Example
Text Example
White with #ECB52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB52E; }
p { color: rgb(236,181,46); }
H1.HeaderClassName
{
color: #ECB52E;
}
.AnyTagClassName
{
color: #ECB52E;
}
</style>
background-color css
<style>
a { background-color: #ECB52E; }
a { background-color: rgb(236,181,46); }
div.DivClassName
{
background-color: #ECB52E;
}
.BgClassName
{
background-color: #ECB52E;
}
</style>
border-color css
<style>
span { border-color: #ECB52E; }
span { border-color: rgb(236,181,46); }
td.TdClassName
{
border-color: #ECB52E;
}
.TagClassName
{
border-color: #ECB52E;
}
</style>