Shades of Bright Sun #ECB725
Tints of Bright Sun #ECB725
RGB
CMYK
RGB Variations
Color information
#ECB725 (or 0xECB725) is known color: Bright Sun. HEX triplet: EC, B7 and 25. RGB value is (236,183,37). Sum of RGB (Red+Green+Blue) = 236+183+37=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 37 (14.84% from 255 or 8.11% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB725 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB725 is #1348DA. Grayscale: #B6B6B6. Windows color (decimal): -1263835 or 2471916. OLE color: 2471916.
HSL color Cylindrical-coordinate representation of color #ECB725: hue angle of 44.02º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ECB725 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 37 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.07 |
| HSL | 44.02º | 0.84% | 0.54% | - |
| HSV(B) | 44.02º | 0.84% | 0.93% | - |
| XYZ | 51.86 | 51.83 | 9.02 | - |
| YUV | 182.2 | 46.06 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 37 | 0 | 0.22 | 0.84 | 0.07 | 44.02 | 0.84 | 0.54 |
| Hex | EC | B7 | 25 | 0 | 16 | 54 | 7 | 2C | 54 | 36 |
| Octal | 354 | 267 | 45 | 0 | 26 | 124 | 7 | 54 | 124 | 66 |
| Binary | 11101100 | 10110111 | 100101 | 0 | 10110 | 1010100 | 111 | 101100 | 1010100 | 110110 |
Color Harmonies of #ECB725
Complementary color
Monochromatic Colors of #ECB725
Black with #ECB725
Text Example
Text Example
White with #ECB725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB725; }
p { color: rgb(236,183,37); }
H1.HeaderClassName
{
color: #ECB725;
}
.AnyTagClassName
{
color: #ECB725;
}
</style>
background-color css
<style>
a { background-color: #ECB725; }
a { background-color: rgb(236,183,37); }
div.DivClassName
{
background-color: #ECB725;
}
.BgClassName
{
background-color: #ECB725;
}
</style>
border-color css
<style>
span { border-color: #ECB725; }
span { border-color: rgb(236,183,37); }
td.TdClassName
{
border-color: #ECB725;
}
.TagClassName
{
border-color: #ECB725;
}
</style>