Shades of Bright Sun #ECC231
Tints of Bright Sun #ECC231
RGB
CMYK
RGB Variations
Color information
#ECC231 (or 0xECC231) is known color: Bright Sun. HEX triplet: EC, C2 and 31. RGB value is (236,194,49). Sum of RGB (Red+Green+Blue) = 236+194+49=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 49 (19.53% from 255 or 10.23% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC231 is #133DCE. Grayscale: #BEBEBE. Windows color (decimal): -1261007 or 3261164. OLE color: 3261164.
HSL color Cylindrical-coordinate representation of color #ECC231: hue angle of 46.52º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECC231 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 49 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.07 |
| HSL | 46.52º | 0.83% | 0.56% | - |
| HSV(B) | 46.52º | 0.79% | 0.93% | - |
| XYZ | 54.44 | 56.64 | 10.97 | - |
| YUV | 190.03 | 48.41 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 49 | 0 | 0.18 | 0.79 | 0.07 | 46.52 | 0.83 | 0.56 |
| Hex | EC | C2 | 31 | 0 | 12 | 4F | 7 | 2F | 53 | 38 |
| Octal | 354 | 302 | 61 | 0 | 22 | 117 | 7 | 57 | 123 | 70 |
| Binary | 11101100 | 11000010 | 110001 | 0 | 10010 | 1001111 | 111 | 101111 | 1010011 | 111000 |
Color Harmonies of #ECC231
Complementary color
Monochromatic Colors of #ECC231
Black with #ECC231
Text Example
Text Example
White with #ECC231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC231; }
p { color: rgb(236,194,49); }
H1.HeaderClassName
{
color: #ECC231;
}
.AnyTagClassName
{
color: #ECC231;
}
</style>
background-color css
<style>
a { background-color: #ECC231; }
a { background-color: rgb(236,194,49); }
div.DivClassName
{
background-color: #ECC231;
}
.BgClassName
{
background-color: #ECC231;
}
</style>
border-color css
<style>
span { border-color: #ECC231; }
span { border-color: rgb(236,194,49); }
td.TdClassName
{
border-color: #ECC231;
}
.TagClassName
{
border-color: #ECC231;
}
</style>