Shades of Bright Sun #ECC328
Tints of Bright Sun #ECC328
RGB
CMYK
RGB Variations
Color information
#ECC328 (or 0xECC328) is known color: Bright Sun. HEX triplet: EC, C3 and 28. RGB value is (236,195,40). Sum of RGB (Red+Green+Blue) = 236+195+40=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 40 (16.02% from 255 or 8.49% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC328 is #133CD7. Grayscale: #BEBEBE. Windows color (decimal): -1260760 or 2671596. OLE color: 2671596.
HSL color Cylindrical-coordinate representation of color #ECC328: hue angle of 47.45º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECC328 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 40 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.07 |
| HSL | 47.45º | 0.84% | 0.54% | - |
| HSV(B) | 47.45º | 0.83% | 0.93% | - |
| XYZ | 54.49 | 57.02 | 10.14 | - |
| YUV | 189.59 | 43.58 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 40 | 0 | 0.17 | 0.83 | 0.07 | 47.45 | 0.84 | 0.54 |
| Hex | EC | C3 | 28 | 0 | 11 | 53 | 7 | 2F | 54 | 36 |
| Octal | 354 | 303 | 50 | 0 | 21 | 123 | 7 | 57 | 124 | 66 |
| Binary | 11101100 | 11000011 | 101000 | 0 | 10001 | 1010011 | 111 | 101111 | 1010100 | 110110 |
Color Harmonies of #ECC328
Complementary color
Monochromatic Colors of #ECC328
Black with #ECC328
Text Example
Text Example
White with #ECC328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC328; }
p { color: rgb(236,195,40); }
H1.HeaderClassName
{
color: #ECC328;
}
.AnyTagClassName
{
color: #ECC328;
}
</style>
background-color css
<style>
a { background-color: #ECC328; }
a { background-color: rgb(236,195,40); }
div.DivClassName
{
background-color: #ECC328;
}
.BgClassName
{
background-color: #ECC328;
}
</style>
border-color css
<style>
span { border-color: #ECC328; }
span { border-color: rgb(236,195,40); }
td.TdClassName
{
border-color: #ECC328;
}
.TagClassName
{
border-color: #ECC328;
}
</style>