Shades of Bright Sun #ECC130
Tints of Bright Sun #ECC130
RGB
CMYK
RGB Variations
Color information
#ECC130 (or 0xECC130) is known color: Bright Sun. HEX triplet: EC, C1 and 30. RGB value is (236,193,48). Sum of RGB (Red+Green+Blue) = 236+193+48=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 48 (19.14% from 255 or 10.06% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC130 is #133ECF. Grayscale: #BDBDBD. Windows color (decimal): -1261264 or 3195372. OLE color: 3195372.
HSL color Cylindrical-coordinate representation of color #ECC130: hue angle of 46.28º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECC130 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 48 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.07 |
| HSL | 46.28º | 0.83% | 0.56% | - |
| HSV(B) | 46.28º | 0.8% | 0.93% | - |
| XYZ | 54.2 | 56.19 | 10.78 | - |
| YUV | 189.33 | 48.25 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 48 | 0 | 0.18 | 0.80 | 0.07 | 46.28 | 0.83 | 0.56 |
| Hex | EC | C1 | 30 | 0 | 12 | 50 | 7 | 2E | 53 | 38 |
| Octal | 354 | 301 | 60 | 0 | 22 | 120 | 7 | 56 | 123 | 70 |
| Binary | 11101100 | 11000001 | 110000 | 0 | 10010 | 1010000 | 111 | 101110 | 1010011 | 111000 |
Color Harmonies of #ECC130
Complementary color
Monochromatic Colors of #ECC130
Black with #ECC130
Text Example
Text Example
White with #ECC130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC130; }
p { color: rgb(236,193,48); }
H1.HeaderClassName
{
color: #ECC130;
}
.AnyTagClassName
{
color: #ECC130;
}
</style>
background-color css
<style>
a { background-color: #ECC130; }
a { background-color: rgb(236,193,48); }
div.DivClassName
{
background-color: #ECC130;
}
.BgClassName
{
background-color: #ECC130;
}
</style>
border-color css
<style>
span { border-color: #ECC130; }
span { border-color: rgb(236,193,48); }
td.TdClassName
{
border-color: #ECC130;
}
.TagClassName
{
border-color: #ECC130;
}
</style>