Shades of Bright Sun #ECC32A
Tints of Bright Sun #ECC32A
RGB
CMYK
RGB Variations
Color information
#ECC32A (or 0xECC32A) is known color: Bright Sun. HEX triplet: EC, C3 and 2A. RGB value is (236,195,42). Sum of RGB (Red+Green+Blue) = 236+195+42=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 42 (16.80% from 255 or 8.88% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC32A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC32A is #133CD5. Grayscale: #BEBEBE. Windows color (decimal): -1260758 or 2802668. OLE color: 2802668.
HSL color Cylindrical-coordinate representation of color #ECC32A: hue angle of 47.32º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECC32A is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 42 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.07 |
| HSL | 47.32º | 0.84% | 0.55% | - |
| HSV(B) | 47.32º | 0.82% | 0.93% | - |
| XYZ | 54.53 | 57.03 | 10.32 | - |
| YUV | 189.82 | 44.58 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 42 | 0 | 0.17 | 0.82 | 0.07 | 47.32 | 0.84 | 0.55 |
| Hex | EC | C3 | 2A | 0 | 11 | 52 | 7 | 2F | 54 | 37 |
| Octal | 354 | 303 | 52 | 0 | 21 | 122 | 7 | 57 | 124 | 67 |
| Binary | 11101100 | 11000011 | 101010 | 0 | 10001 | 1010010 | 111 | 101111 | 1010100 | 110111 |
Color Harmonies of #ECC32A
Complementary color
Monochromatic Colors of #ECC32A
Black with #ECC32A
Text Example
Text Example
White with #ECC32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC32A; }
p { color: rgb(236,195,42); }
H1.HeaderClassName
{
color: #ECC32A;
}
.AnyTagClassName
{
color: #ECC32A;
}
</style>
background-color css
<style>
a { background-color: #ECC32A; }
a { background-color: rgb(236,195,42); }
div.DivClassName
{
background-color: #ECC32A;
}
.BgClassName
{
background-color: #ECC32A;
}
</style>
border-color css
<style>
span { border-color: #ECC32A; }
span { border-color: rgb(236,195,42); }
td.TdClassName
{
border-color: #ECC32A;
}
.TagClassName
{
border-color: #ECC32A;
}
</style>