Shades of Bright Sun #ECB731
Tints of Bright Sun #ECB731
RGB
CMYK
RGB Variations
Color information
#ECB731 (or 0xECB731) is known color: Bright Sun. HEX triplet: EC, B7 and 31. RGB value is (236,183,49). Sum of RGB (Red+Green+Blue) = 236+183+49=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 49 (19.53% from 255 or 10.47% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB731 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB731 is #1348CE. Grayscale: #B8B8B8. Windows color (decimal): -1263823 or 3258348. OLE color: 3258348.
HSL color Cylindrical-coordinate representation of color #ECB731: hue angle of 42.99º 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 #ECB731 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 49 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.07 |
| HSL | 42.99º | 0.83% | 0.56% | - |
| HSV(B) | 42.99º | 0.79% | 0.93% | - |
| XYZ | 52.08 | 51.92 | 10.18 | - |
| YUV | 183.57 | 52.06 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 49 | 0 | 0.22 | 0.79 | 0.07 | 42.99 | 0.83 | 0.56 |
| Hex | EC | B7 | 31 | 0 | 16 | 4F | 7 | 2B | 53 | 38 |
| Octal | 354 | 267 | 61 | 0 | 26 | 117 | 7 | 53 | 123 | 70 |
| Binary | 11101100 | 10110111 | 110001 | 0 | 10110 | 1001111 | 111 | 101011 | 1010011 | 111000 |
Color Harmonies of #ECB731
Complementary color
Monochromatic Colors of #ECB731
Black with #ECB731
Text Example
Text Example
White with #ECB731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB731; }
p { color: rgb(236,183,49); }
H1.HeaderClassName
{
color: #ECB731;
}
.AnyTagClassName
{
color: #ECB731;
}
</style>
background-color css
<style>
a { background-color: #ECB731; }
a { background-color: rgb(236,183,49); }
div.DivClassName
{
background-color: #ECB731;
}
.BgClassName
{
background-color: #ECB731;
}
</style>
border-color css
<style>
span { border-color: #ECB731; }
span { border-color: rgb(236,183,49); }
td.TdClassName
{
border-color: #ECB731;
}
.TagClassName
{
border-color: #ECB731;
}
</style>