Shades of Bright Sun #ECC033
Tints of Bright Sun #ECC033
RGB
CMYK
RGB Variations
Color information
#ECC033 (or 0xECC033) is known color: Bright Sun. HEX triplet: EC, C0 and 33. RGB value is (236,192,51). Sum of RGB (Red+Green+Blue) = 236+192+51=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 51 (20.31% from 255 or 10.65% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC033 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC033 is #133FCC. Grayscale: #BDBDBD. Windows color (decimal): -1261517 or 3391724. OLE color: 3391724.
HSL color Cylindrical-coordinate representation of color #ECC033: hue angle of 45.73º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECC033 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 51 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.07 |
| HSL | 45.73º | 0.83% | 0.56% | - |
| HSV(B) | 45.73º | 0.78% | 0.93% | - |
| XYZ | 54.04 | 55.77 | 11.05 | - |
| YUV | 189.08 | 50.08 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 51 | 0 | 0.19 | 0.78 | 0.07 | 45.73 | 0.83 | 0.56 |
| Hex | EC | C0 | 33 | 0 | 13 | 4E | 7 | 2E | 53 | 38 |
| Octal | 354 | 300 | 63 | 0 | 23 | 116 | 7 | 56 | 123 | 70 |
| Binary | 11101100 | 11000000 | 110011 | 0 | 10011 | 1001110 | 111 | 101110 | 1010011 | 111000 |
Color Harmonies of #ECC033
Complementary color
Monochromatic Colors of #ECC033
Black with #ECC033
Text Example
Text Example
White with #ECC033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC033; }
p { color: rgb(236,192,51); }
H1.HeaderClassName
{
color: #ECC033;
}
.AnyTagClassName
{
color: #ECC033;
}
</style>
background-color css
<style>
a { background-color: #ECC033; }
a { background-color: rgb(236,192,51); }
div.DivClassName
{
background-color: #ECC033;
}
.BgClassName
{
background-color: #ECC033;
}
</style>
border-color css
<style>
span { border-color: #ECC033; }
span { border-color: rgb(236,192,51); }
td.TdClassName
{
border-color: #ECC033;
}
.TagClassName
{
border-color: #ECC033;
}
</style>