Shades of Bright Sun #ECC331
Tints of Bright Sun #ECC331
RGB
CMYK
RGB Variations
Color information
#ECC331 (or 0xECC331) is known color: Bright Sun. HEX triplet: EC, C3 and 31. RGB value is (236,195,49). Sum of RGB (Red+Green+Blue) = 236+195+49=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 49 (19.53% from 255 or 10.21% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC331 is #133CCE. Grayscale: #BFBFBF. Windows color (decimal): -1260751 or 3261420. OLE color: 3261420.
HSL color Cylindrical-coordinate representation of color #ECC331: hue angle of 46.84º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECC331 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 49 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.07 |
| HSL | 46.84º | 0.83% | 0.56% | - |
| HSV(B) | 46.84º | 0.79% | 0.93% | - |
| XYZ | 54.66 | 57.08 | 11.04 | - |
| YUV | 190.62 | 48.08 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 49 | 0 | 0.17 | 0.79 | 0.07 | 46.84 | 0.83 | 0.56 |
| Hex | EC | C3 | 31 | 0 | 11 | 4F | 7 | 2F | 53 | 38 |
| Octal | 354 | 303 | 61 | 0 | 21 | 117 | 7 | 57 | 123 | 70 |
| Binary | 11101100 | 11000011 | 110001 | 0 | 10001 | 1001111 | 111 | 101111 | 1010011 | 111000 |
Color Harmonies of #ECC331
Complementary color
Monochromatic Colors of #ECC331
Black with #ECC331
Text Example
Text Example
White with #ECC331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC331; }
p { color: rgb(236,195,49); }
H1.HeaderClassName
{
color: #ECC331;
}
.AnyTagClassName
{
color: #ECC331;
}
</style>
background-color css
<style>
a { background-color: #ECC331; }
a { background-color: rgb(236,195,49); }
div.DivClassName
{
background-color: #ECC331;
}
.BgClassName
{
background-color: #ECC331;
}
</style>
border-color css
<style>
span { border-color: #ECC331; }
span { border-color: rgb(236,195,49); }
td.TdClassName
{
border-color: #ECC331;
}
.TagClassName
{
border-color: #ECC331;
}
</style>