Shades of Bright Sun #ECB52C
Tints of Bright Sun #ECB52C
RGB
CMYK
RGB Variations
Color information
#ECB52C (or 0xECB52C) is known color: Bright Sun. HEX triplet: EC, B5 and 2C. RGB value is (236,181,44). Sum of RGB (Red+Green+Blue) = 236+181+44=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 44 (17.58% from 255 or 9.54% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB52C is #134AD3. Grayscale: #B6B6B6. Windows color (decimal): -1264340 or 2930156. OLE color: 2930156.
HSL color Cylindrical-coordinate representation of color #ECB52C: hue angle of 42.81º 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 #ECB52C is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 44 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.07 |
| HSL | 42.81º | 0.83% | 0.55% | - |
| HSV(B) | 42.81º | 0.81% | 0.93% | - |
| XYZ | 51.57 | 51.06 | 9.52 | - |
| YUV | 181.83 | 50.22 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 44 | 0 | 0.23 | 0.81 | 0.07 | 42.81 | 0.83 | 0.55 |
| Hex | EC | B5 | 2C | 0 | 17 | 51 | 7 | 2B | 53 | 37 |
| Octal | 354 | 265 | 54 | 0 | 27 | 121 | 7 | 53 | 123 | 67 |
| Binary | 11101100 | 10110101 | 101100 | 0 | 10111 | 1010001 | 111 | 101011 | 1010011 | 110111 |
Color Harmonies of #ECB52C
Complementary color
Monochromatic Colors of #ECB52C
Black with #ECB52C
Text Example
Text Example
White with #ECB52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB52C; }
p { color: rgb(236,181,44); }
H1.HeaderClassName
{
color: #ECB52C;
}
.AnyTagClassName
{
color: #ECB52C;
}
</style>
background-color css
<style>
a { background-color: #ECB52C; }
a { background-color: rgb(236,181,44); }
div.DivClassName
{
background-color: #ECB52C;
}
.BgClassName
{
background-color: #ECB52C;
}
</style>
border-color css
<style>
span { border-color: #ECB52C; }
span { border-color: rgb(236,181,44); }
td.TdClassName
{
border-color: #ECB52C;
}
.TagClassName
{
border-color: #ECB52C;
}
</style>