Shades of Bright Sun #ECB72D
Tints of Bright Sun #ECB72D
RGB
CMYK
RGB Variations
Color information
#ECB72D (or 0xECB72D) is known color: Bright Sun. HEX triplet: EC, B7 and 2D. RGB value is (236,183,45). Sum of RGB (Red+Green+Blue) = 236+183+45=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 45 (17.97% from 255 or 9.70% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB72D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB72D is #1348D2. Grayscale: #B7B7B7. Windows color (decimal): -1263827 or 2996204. OLE color: 2996204.
HSL color Cylindrical-coordinate representation of color #ECB72D: hue angle of 43.35º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECB72D is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 45 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.07 |
| HSL | 43.35º | 0.83% | 0.55% | - |
| HSV(B) | 43.35º | 0.81% | 0.93% | - |
| XYZ | 52 | 51.89 | 9.76 | - |
| YUV | 183.12 | 50.06 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 45 | 0 | 0.22 | 0.81 | 0.07 | 43.35 | 0.83 | 0.55 |
| Hex | EC | B7 | 2D | 0 | 16 | 51 | 7 | 2B | 53 | 37 |
| Octal | 354 | 267 | 55 | 0 | 26 | 121 | 7 | 53 | 123 | 67 |
| Binary | 11101100 | 10110111 | 101101 | 0 | 10110 | 1010001 | 111 | 101011 | 1010011 | 110111 |
Color Harmonies of #ECB72D
Complementary color
Monochromatic Colors of #ECB72D
Black with #ECB72D
Text Example
Text Example
White with #ECB72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB72D; }
p { color: rgb(236,183,45); }
H1.HeaderClassName
{
color: #ECB72D;
}
.AnyTagClassName
{
color: #ECB72D;
}
</style>
background-color css
<style>
a { background-color: #ECB72D; }
a { background-color: rgb(236,183,45); }
div.DivClassName
{
background-color: #ECB72D;
}
.BgClassName
{
background-color: #ECB72D;
}
</style>
border-color css
<style>
span { border-color: #ECB72D; }
span { border-color: rgb(236,183,45); }
td.TdClassName
{
border-color: #ECB72D;
}
.TagClassName
{
border-color: #ECB72D;
}
</style>