Shades of Bright Sun #ECC135
Tints of Bright Sun #ECC135
RGB
CMYK
RGB Variations
Color information
#ECC135 (or 0xECC135) is known color: Bright Sun. HEX triplet: EC, C1 and 35. RGB value is (236,193,53). Sum of RGB (Red+Green+Blue) = 236+193+53=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 53 (21.09% from 255 or 11.00% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC135 is #133ECA. Grayscale: #BEBEBE. Windows color (decimal): -1261259 or 3523052. OLE color: 3523052.
HSL color Cylindrical-coordinate representation of color #ECC135: hue angle of 45.9º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECC135 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 53 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.07 |
| HSL | 45.9º | 0.83% | 0.57% | - |
| HSV(B) | 45.9º | 0.78% | 0.93% | - |
| XYZ | 54.3 | 56.23 | 11.36 | - |
| YUV | 189.9 | 50.75 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 53 | 0 | 0.18 | 0.78 | 0.07 | 45.9 | 0.83 | 0.57 |
| Hex | EC | C1 | 35 | 0 | 12 | 4E | 7 | 2E | 53 | 39 |
| Octal | 354 | 301 | 65 | 0 | 22 | 116 | 7 | 56 | 123 | 71 |
| Binary | 11101100 | 11000001 | 110101 | 0 | 10010 | 1001110 | 111 | 101110 | 1010011 | 111001 |
Color Harmonies of #ECC135
Complementary color
Monochromatic Colors of #ECC135
Black with #ECC135
Text Example
Text Example
White with #ECC135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC135; }
p { color: rgb(236,193,53); }
H1.HeaderClassName
{
color: #ECC135;
}
.AnyTagClassName
{
color: #ECC135;
}
</style>
background-color css
<style>
a { background-color: #ECC135; }
a { background-color: rgb(236,193,53); }
div.DivClassName
{
background-color: #ECC135;
}
.BgClassName
{
background-color: #ECC135;
}
</style>
border-color css
<style>
span { border-color: #ECC135; }
span { border-color: rgb(236,193,53); }
td.TdClassName
{
border-color: #ECC135;
}
.TagClassName
{
border-color: #ECC135;
}
</style>