Shades of Bright Sun #ECC134
Tints of Bright Sun #ECC134
RGB
CMYK
RGB Variations
Color information
#ECC134 (or 0xECC134) is known color: Bright Sun. HEX triplet: EC, C1 and 34. RGB value is (236,193,52). Sum of RGB (Red+Green+Blue) = 236+193+52=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 52 (20.70% from 255 or 10.81% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC134 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC134 is #133ECB. Grayscale: #BEBEBE. Windows color (decimal): -1261260 or 3457516. OLE color: 3457516.
HSL color Cylindrical-coordinate representation of color #ECC134: hue angle of 45.98º 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 #ECC134 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 52 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.07 |
| HSL | 45.98º | 0.83% | 0.56% | - |
| HSV(B) | 45.98º | 0.78% | 0.93% | - |
| XYZ | 54.28 | 56.22 | 11.24 | - |
| YUV | 189.78 | 50.25 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 52 | 0 | 0.18 | 0.78 | 0.07 | 45.98 | 0.83 | 0.56 |
| Hex | EC | C1 | 34 | 0 | 12 | 4E | 7 | 2E | 53 | 38 |
| Octal | 354 | 301 | 64 | 0 | 22 | 116 | 7 | 56 | 123 | 70 |
| Binary | 11101100 | 11000001 | 110100 | 0 | 10010 | 1001110 | 111 | 101110 | 1010011 | 111000 |
Color Harmonies of #ECC134
Complementary color
Monochromatic Colors of #ECC134
Black with #ECC134
Text Example
Text Example
White with #ECC134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC134; }
p { color: rgb(236,193,52); }
H1.HeaderClassName
{
color: #ECC134;
}
.AnyTagClassName
{
color: #ECC134;
}
</style>
background-color css
<style>
a { background-color: #ECC134; }
a { background-color: rgb(236,193,52); }
div.DivClassName
{
background-color: #ECC134;
}
.BgClassName
{
background-color: #ECC134;
}
</style>
border-color css
<style>
span { border-color: #ECC134; }
span { border-color: rgb(236,193,52); }
td.TdClassName
{
border-color: #ECC134;
}
.TagClassName
{
border-color: #ECC134;
}
</style>