Shades of Bright Sun #ECC22E
Tints of Bright Sun #ECC22E
RGB
CMYK
RGB Variations
Color information
#ECC22E (or 0xECC22E) is known color: Bright Sun. HEX triplet: EC, C2 and 2E. RGB value is (236,194,46). Sum of RGB (Red+Green+Blue) = 236+194+46=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 46 (18.36% from 255 or 9.66% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC22E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC22E is #133DD1. Grayscale: #BEBEBE. Windows color (decimal): -1261010 or 3064556. OLE color: 3064556.
HSL color Cylindrical-coordinate representation of color #ECC22E: hue angle of 46.74º 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 #ECC22E is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 46 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.07 |
| HSL | 46.74º | 0.83% | 0.55% | - |
| HSV(B) | 46.74º | 0.81% | 0.93% | - |
| XYZ | 54.38 | 56.61 | 10.65 | - |
| YUV | 189.69 | 46.91 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 46 | 0 | 0.18 | 0.81 | 0.07 | 46.74 | 0.83 | 0.55 |
| Hex | EC | C2 | 2E | 0 | 12 | 51 | 7 | 2F | 53 | 37 |
| Octal | 354 | 302 | 56 | 0 | 22 | 121 | 7 | 57 | 123 | 67 |
| Binary | 11101100 | 11000010 | 101110 | 0 | 10010 | 1010001 | 111 | 101111 | 1010011 | 110111 |
Color Harmonies of #ECC22E
Complementary color
Monochromatic Colors of #ECC22E
Black with #ECC22E
Text Example
Text Example
White with #ECC22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC22E; }
p { color: rgb(236,194,46); }
H1.HeaderClassName
{
color: #ECC22E;
}
.AnyTagClassName
{
color: #ECC22E;
}
</style>
background-color css
<style>
a { background-color: #ECC22E; }
a { background-color: rgb(236,194,46); }
div.DivClassName
{
background-color: #ECC22E;
}
.BgClassName
{
background-color: #ECC22E;
}
</style>
border-color css
<style>
span { border-color: #ECC22E; }
span { border-color: rgb(236,194,46); }
td.TdClassName
{
border-color: #ECC22E;
}
.TagClassName
{
border-color: #ECC22E;
}
</style>