Shades of Bright Sun #ECC22C
Tints of Bright Sun #ECC22C
RGB
CMYK
RGB Variations
Color information
#ECC22C (or 0xECC22C) is known color: Bright Sun. HEX triplet: EC, C2 and 2C. RGB value is (236,194,44). Sum of RGB (Red+Green+Blue) = 236+194+44=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 44 (17.58% from 255 or 9.28% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC22C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC22C is #133DD3. Grayscale: #BEBEBE. Windows color (decimal): -1261012 or 2933484. OLE color: 2933484.
HSL color Cylindrical-coordinate representation of color #ECC22C: hue angle of 46.88º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECC22C is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 44 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.07 |
| HSL | 46.88º | 0.83% | 0.55% | - |
| HSV(B) | 46.88º | 0.81% | 0.93% | - |
| XYZ | 54.34 | 56.6 | 10.44 | - |
| YUV | 189.46 | 45.91 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 44 | 0 | 0.18 | 0.81 | 0.07 | 46.88 | 0.83 | 0.55 |
| Hex | EC | C2 | 2C | 0 | 12 | 51 | 7 | 2F | 53 | 37 |
| Octal | 354 | 302 | 54 | 0 | 22 | 121 | 7 | 57 | 123 | 67 |
| Binary | 11101100 | 11000010 | 101100 | 0 | 10010 | 1010001 | 111 | 101111 | 1010011 | 110111 |
Color Harmonies of #ECC22C
Complementary color
Monochromatic Colors of #ECC22C
Black with #ECC22C
Text Example
Text Example
White with #ECC22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC22C; }
p { color: rgb(236,194,44); }
H1.HeaderClassName
{
color: #ECC22C;
}
.AnyTagClassName
{
color: #ECC22C;
}
</style>
background-color css
<style>
a { background-color: #ECC22C; }
a { background-color: rgb(236,194,44); }
div.DivClassName
{
background-color: #ECC22C;
}
.BgClassName
{
background-color: #ECC22C;
}
</style>
border-color css
<style>
span { border-color: #ECC22C; }
span { border-color: rgb(236,194,44); }
td.TdClassName
{
border-color: #ECC22C;
}
.TagClassName
{
border-color: #ECC22C;
}
</style>