Shades of Bright Sun #ECC22A
Tints of Bright Sun #ECC22A
RGB
CMYK
RGB Variations
Color information
#ECC22A (or 0xECC22A) is known color: Bright Sun. HEX triplet: EC, C2 and 2A. RGB value is (236,194,42). Sum of RGB (Red+Green+Blue) = 236+194+42=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 42 (16.80% from 255 or 8.90% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC22A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC22A is #133DD5. Grayscale: #BDBDBD. Windows color (decimal): -1261014 or 2802412. OLE color: 2802412.
HSL color Cylindrical-coordinate representation of color #ECC22A: hue angle of 47.01º 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 #ECC22A is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 42 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.07 |
| HSL | 47.01º | 0.84% | 0.55% | - |
| HSV(B) | 47.01º | 0.82% | 0.93% | - |
| XYZ | 54.3 | 56.58 | 10.25 | - |
| YUV | 189.23 | 44.91 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 42 | 0 | 0.18 | 0.82 | 0.07 | 47.01 | 0.84 | 0.55 |
| Hex | EC | C2 | 2A | 0 | 12 | 52 | 7 | 2F | 54 | 37 |
| Octal | 354 | 302 | 52 | 0 | 22 | 122 | 7 | 57 | 124 | 67 |
| Binary | 11101100 | 11000010 | 101010 | 0 | 10010 | 1010010 | 111 | 101111 | 1010100 | 110111 |
Color Harmonies of #ECC22A
Complementary color
Monochromatic Colors of #ECC22A
Black with #ECC22A
Text Example
Text Example
White with #ECC22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC22A; }
p { color: rgb(236,194,42); }
H1.HeaderClassName
{
color: #ECC22A;
}
.AnyTagClassName
{
color: #ECC22A;
}
</style>
background-color css
<style>
a { background-color: #ECC22A; }
a { background-color: rgb(236,194,42); }
div.DivClassName
{
background-color: #ECC22A;
}
.BgClassName
{
background-color: #ECC22A;
}
</style>
border-color css
<style>
span { border-color: #ECC22A; }
span { border-color: rgb(236,194,42); }
td.TdClassName
{
border-color: #ECC22A;
}
.TagClassName
{
border-color: #ECC22A;
}
</style>