Shades of Bright Sun #ECB932
Tints of Bright Sun #ECB932
RGB
CMYK
RGB Variations
Color information
#ECB932 (or 0xECB932) is known color: Bright Sun. HEX triplet: EC, B9 and 32. RGB value is (236,185,50). Sum of RGB (Red+Green+Blue) = 236+185+50=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 50 (19.92% from 255 or 10.62% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB932 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB932 is #1346CD. Grayscale: #B9B9B9. Windows color (decimal): -1263310 or 3324396. OLE color: 3324396.
HSL color Cylindrical-coordinate representation of color #ECB932: hue angle of 43.55º 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 #ECB932 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 50 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.07 |
| HSL | 43.55º | 0.83% | 0.56% | - |
| HSV(B) | 43.55º | 0.79% | 0.93% | - |
| XYZ | 52.52 | 52.76 | 10.43 | - |
| YUV | 184.86 | 51.9 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 50 | 0 | 0.22 | 0.79 | 0.07 | 43.55 | 0.83 | 0.56 |
| Hex | EC | B9 | 32 | 0 | 16 | 4F | 7 | 2C | 53 | 38 |
| Octal | 354 | 271 | 62 | 0 | 26 | 117 | 7 | 54 | 123 | 70 |
| Binary | 11101100 | 10111001 | 110010 | 0 | 10110 | 1001111 | 111 | 101100 | 1010011 | 111000 |
Color Harmonies of #ECB932
Complementary color
Monochromatic Colors of #ECB932
Black with #ECB932
Text Example
Text Example
White with #ECB932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB932; }
p { color: rgb(236,185,50); }
H1.HeaderClassName
{
color: #ECB932;
}
.AnyTagClassName
{
color: #ECB932;
}
</style>
background-color css
<style>
a { background-color: #ECB932; }
a { background-color: rgb(236,185,50); }
div.DivClassName
{
background-color: #ECB932;
}
.BgClassName
{
background-color: #ECB932;
}
</style>
border-color css
<style>
span { border-color: #ECB932; }
span { border-color: rgb(236,185,50); }
td.TdClassName
{
border-color: #ECB932;
}
.TagClassName
{
border-color: #ECB932;
}
</style>