Shades of Bright Sun #ECB738
Tints of Bright Sun #ECB738
RGB
CMYK
RGB Variations
Color information
#ECB738 (or 0xECB738) is known color: Bright Sun. HEX triplet: EC, B7 and 38. RGB value is (236,183,56). Sum of RGB (Red+Green+Blue) = 236+183+56=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 56 (22.27% from 255 or 11.79% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB738 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB738 is #1348C7. Grayscale: #B8B8B8. Windows color (decimal): -1263816 or 3717100. OLE color: 3717100.
HSL color Cylindrical-coordinate representation of color #ECB738: hue angle of 42.33º 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 #ECB738 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 56 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.07 |
| HSL | 42.33º | 0.83% | 0.57% | - |
| HSV(B) | 42.33º | 0.76% | 0.93% | - |
| XYZ | 52.24 | 51.99 | 11.02 | - |
| YUV | 184.37 | 55.56 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 56 | 0 | 0.22 | 0.76 | 0.07 | 42.33 | 0.83 | 0.57 |
| Hex | EC | B7 | 38 | 0 | 16 | 4C | 7 | 2A | 53 | 39 |
| Octal | 354 | 267 | 70 | 0 | 26 | 114 | 7 | 52 | 123 | 71 |
| Binary | 11101100 | 10110111 | 111000 | 0 | 10110 | 1001100 | 111 | 101010 | 1010011 | 111001 |
Color Harmonies of #ECB738
Complementary color
Monochromatic Colors of #ECB738
Black with #ECB738
Text Example
Text Example
White with #ECB738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB738; }
p { color: rgb(236,183,56); }
H1.HeaderClassName
{
color: #ECB738;
}
.AnyTagClassName
{
color: #ECB738;
}
</style>
background-color css
<style>
a { background-color: #ECB738; }
a { background-color: rgb(236,183,56); }
div.DivClassName
{
background-color: #ECB738;
}
.BgClassName
{
background-color: #ECB738;
}
</style>
border-color css
<style>
span { border-color: #ECB738; }
span { border-color: rgb(236,183,56); }
td.TdClassName
{
border-color: #ECB738;
}
.TagClassName
{
border-color: #ECB738;
}
</style>