Shades of Bright Sun #ECB72B
Tints of Bright Sun #ECB72B
RGB
CMYK
RGB Variations
Color information
#ECB72B (or 0xECB72B) is known color: Bright Sun. HEX triplet: EC, B7 and 2B. RGB value is (236,183,43). Sum of RGB (Red+Green+Blue) = 236+183+43=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 43 (17.19% from 255 or 9.31% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB72B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB72B is #1348D4. Grayscale: #B7B7B7. Windows color (decimal): -1263829 or 2865132. OLE color: 2865132.
HSL color Cylindrical-coordinate representation of color #ECB72B: hue angle of 43.52º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECB72B is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 43 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.07 |
| HSL | 43.52º | 0.84% | 0.55% | - |
| HSV(B) | 43.52º | 0.82% | 0.93% | - |
| XYZ | 51.96 | 51.87 | 9.56 | - |
| YUV | 182.89 | 49.06 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 43 | 0 | 0.22 | 0.82 | 0.07 | 43.52 | 0.84 | 0.55 |
| Hex | EC | B7 | 2B | 0 | 16 | 52 | 7 | 2C | 54 | 37 |
| Octal | 354 | 267 | 53 | 0 | 26 | 122 | 7 | 54 | 124 | 67 |
| Binary | 11101100 | 10110111 | 101011 | 0 | 10110 | 1010010 | 111 | 101100 | 1010100 | 110111 |
Color Harmonies of #ECB72B
Complementary color
Monochromatic Colors of #ECB72B
Black with #ECB72B
Text Example
Text Example
White with #ECB72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB72B; }
p { color: rgb(236,183,43); }
H1.HeaderClassName
{
color: #ECB72B;
}
.AnyTagClassName
{
color: #ECB72B;
}
</style>
background-color css
<style>
a { background-color: #ECB72B; }
a { background-color: rgb(236,183,43); }
div.DivClassName
{
background-color: #ECB72B;
}
.BgClassName
{
background-color: #ECB72B;
}
</style>
border-color css
<style>
span { border-color: #ECB72B; }
span { border-color: rgb(236,183,43); }
td.TdClassName
{
border-color: #ECB72B;
}
.TagClassName
{
border-color: #ECB72B;
}
</style>