Shades of Bright Sun #ECB72F
Tints of Bright Sun #ECB72F
RGB
CMYK
RGB Variations
Color information
#ECB72F (or 0xECB72F) is known color: Bright Sun. HEX triplet: EC, B7 and 2F. RGB value is (236,183,47). Sum of RGB (Red+Green+Blue) = 236+183+47=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB72F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB72F is #1348D0. Grayscale: #B7B7B7. Windows color (decimal): -1263825 or 3127276. OLE color: 3127276.
HSL color Cylindrical-coordinate representation of color #ECB72F: hue angle of 43.17º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECB72F is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 47 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.07 |
| HSL | 43.17º | 0.83% | 0.55% | - |
| HSV(B) | 43.17º | 0.8% | 0.93% | - |
| XYZ | 52.04 | 51.91 | 9.97 | - |
| YUV | 183.34 | 51.06 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 47 | 0 | 0.22 | 0.80 | 0.07 | 43.17 | 0.83 | 0.55 |
| Hex | EC | B7 | 2F | 0 | 16 | 50 | 7 | 2B | 53 | 37 |
| Octal | 354 | 267 | 57 | 0 | 26 | 120 | 7 | 53 | 123 | 67 |
| Binary | 11101100 | 10110111 | 101111 | 0 | 10110 | 1010000 | 111 | 101011 | 1010011 | 110111 |
Color Harmonies of #ECB72F
Complementary color
Monochromatic Colors of #ECB72F
Black with #ECB72F
Text Example
Text Example
White with #ECB72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB72F; }
p { color: rgb(236,183,47); }
H1.HeaderClassName
{
color: #ECB72F;
}
.AnyTagClassName
{
color: #ECB72F;
}
</style>
background-color css
<style>
a { background-color: #ECB72F; }
a { background-color: rgb(236,183,47); }
div.DivClassName
{
background-color: #ECB72F;
}
.BgClassName
{
background-color: #ECB72F;
}
</style>
border-color css
<style>
span { border-color: #ECB72F; }
span { border-color: rgb(236,183,47); }
td.TdClassName
{
border-color: #ECB72F;
}
.TagClassName
{
border-color: #ECB72F;
}
</style>