Shades of Bright Sun #ECB82D
Tints of Bright Sun #ECB82D
RGB
CMYK
RGB Variations
Color information
#ECB82D (or 0xECB82D) is known color: Bright Sun. HEX triplet: EC, B8 and 2D. RGB value is (236,184,45). Sum of RGB (Red+Green+Blue) = 236+184+45=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB82D is #1347D2. Grayscale: #B8B8B8. Windows color (decimal): -1263571 or 2996460. OLE color: 2996460.
HSL color Cylindrical-coordinate representation of color #ECB82D: hue angle of 43.66º 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 #ECB82D is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 45 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.07 |
| HSL | 43.66º | 0.83% | 0.55% | - |
| HSV(B) | 43.66º | 0.81% | 0.93% | - |
| XYZ | 52.21 | 52.3 | 9.83 | - |
| YUV | 183.7 | 49.73 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 45 | 0 | 0.22 | 0.81 | 0.07 | 43.66 | 0.83 | 0.55 |
| Hex | EC | B8 | 2D | 0 | 16 | 51 | 7 | 2C | 53 | 37 |
| Octal | 354 | 270 | 55 | 0 | 26 | 121 | 7 | 54 | 123 | 67 |
| Binary | 11101100 | 10111000 | 101101 | 0 | 10110 | 1010001 | 111 | 101100 | 1010011 | 110111 |
Color Harmonies of #ECB82D
Complementary color
Monochromatic Colors of #ECB82D
Black with #ECB82D
Text Example
Text Example
White with #ECB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB82D; }
p { color: rgb(236,184,45); }
H1.HeaderClassName
{
color: #ECB82D;
}
.AnyTagClassName
{
color: #ECB82D;
}
</style>
background-color css
<style>
a { background-color: #ECB82D; }
a { background-color: rgb(236,184,45); }
div.DivClassName
{
background-color: #ECB82D;
}
.BgClassName
{
background-color: #ECB82D;
}
</style>
border-color css
<style>
span { border-color: #ECB82D; }
span { border-color: rgb(236,184,45); }
td.TdClassName
{
border-color: #ECB82D;
}
.TagClassName
{
border-color: #ECB82D;
}
</style>