Shades of Bright Sun #ECB938
Tints of Bright Sun #ECB938
RGB
CMYK
RGB Variations
Color information
#ECB938 (or 0xECB938) is known color: Bright Sun. HEX triplet: EC, B9 and 38. RGB value is (236,185,56). Sum of RGB (Red+Green+Blue) = 236+185+56=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 56 (22.27% from 255 or 11.74% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB938 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB938 is #1346C7. Grayscale: #BABABA. Windows color (decimal): -1263304 or 3717612. OLE color: 3717612.
HSL color Cylindrical-coordinate representation of color #ECB938: hue angle of 43º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ECB938 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 56 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.07 |
| HSL | 43º | 0.83% | 0.57% | - |
| HSV(B) | 43º | 0.76% | 0.93% | - |
| XYZ | 52.65 | 52.82 | 11.16 | - |
| YUV | 185.54 | 54.9 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 56 | 0 | 0.22 | 0.76 | 0.07 | 43 | 0.83 | 0.57 |
| Hex | EC | B9 | 38 | 0 | 16 | 4C | 7 | 2B | 53 | 39 |
| Octal | 354 | 271 | 70 | 0 | 26 | 114 | 7 | 53 | 123 | 71 |
| Binary | 11101100 | 10111001 | 111000 | 0 | 10110 | 1001100 | 111 | 101011 | 1010011 | 111001 |
Color Harmonies of #ECB938
Complementary color
Monochromatic Colors of #ECB938
Black with #ECB938
Text Example
Text Example
White with #ECB938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB938; }
p { color: rgb(236,185,56); }
H1.HeaderClassName
{
color: #ECB938;
}
.AnyTagClassName
{
color: #ECB938;
}
</style>
background-color css
<style>
a { background-color: #ECB938; }
a { background-color: rgb(236,185,56); }
div.DivClassName
{
background-color: #ECB938;
}
.BgClassName
{
background-color: #ECB938;
}
</style>
border-color css
<style>
span { border-color: #ECB938; }
span { border-color: rgb(236,185,56); }
td.TdClassName
{
border-color: #ECB938;
}
.TagClassName
{
border-color: #ECB938;
}
</style>