Shades of Bright Sun #ECB331
Tints of Bright Sun #ECB331
RGB
CMYK
RGB Variations
Color information
#ECB331 (or 0xECB331) is known color: Bright Sun. HEX triplet: EC, B3 and 31. RGB value is (236,179,49). Sum of RGB (Red+Green+Blue) = 236+179+49=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB331 is #134CCE. Grayscale: #B5B5B5. Windows color (decimal): -1264847 or 3257324. OLE color: 3257324.
HSL color Cylindrical-coordinate representation of color #ECB331: hue angle of 41.71º 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 #ECB331 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 49 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.07 |
| HSL | 41.71º | 0.83% | 0.56% | - |
| HSV(B) | 41.71º | 0.79% | 0.93% | - |
| XYZ | 51.27 | 50.29 | 9.91 | - |
| YUV | 181.22 | 53.38 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 49 | 0 | 0.24 | 0.79 | 0.07 | 41.71 | 0.83 | 0.56 |
| Hex | EC | B3 | 31 | 0 | 18 | 4F | 7 | 2A | 53 | 38 |
| Octal | 354 | 263 | 61 | 0 | 30 | 117 | 7 | 52 | 123 | 70 |
| Binary | 11101100 | 10110011 | 110001 | 0 | 11000 | 1001111 | 111 | 101010 | 1010011 | 111000 |
Color Harmonies of #ECB331
Complementary color
Monochromatic Colors of #ECB331
Black with #ECB331
Text Example
Text Example
White with #ECB331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB331; }
p { color: rgb(236,179,49); }
H1.HeaderClassName
{
color: #ECB331;
}
.AnyTagClassName
{
color: #ECB331;
}
</style>
background-color css
<style>
a { background-color: #ECB331; }
a { background-color: rgb(236,179,49); }
div.DivClassName
{
background-color: #ECB331;
}
.BgClassName
{
background-color: #ECB331;
}
</style>
border-color css
<style>
span { border-color: #ECB331; }
span { border-color: rgb(236,179,49); }
td.TdClassName
{
border-color: #ECB331;
}
.TagClassName
{
border-color: #ECB331;
}
</style>