Shades of Bright Sun #ECB821
Tints of Bright Sun #ECB821
RGB
CMYK
RGB Variations
Color information
#ECB821 (or 0xECB821) is known color: Bright Sun. HEX triplet: EC, B8 and 21. RGB value is (236,184,33). Sum of RGB (Red+Green+Blue) = 236+184+33=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 33 (13.28% from 255 or 7.28% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB821 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB821 is #1347DE. Grayscale: #B6B6B6. Windows color (decimal): -1263583 or 2210028. OLE color: 2210028.
HSL color Cylindrical-coordinate representation of color #ECB821: hue angle of 44.63º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECB821 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 33 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.07 |
| HSL | 44.63º | 0.84% | 0.53% | - |
| HSV(B) | 44.63º | 0.86% | 0.93% | - |
| XYZ | 52.01 | 52.22 | 8.78 | - |
| YUV | 182.33 | 43.73 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 33 | 0 | 0.22 | 0.86 | 0.07 | 44.63 | 0.84 | 0.53 |
| Hex | EC | B8 | 21 | 0 | 16 | 56 | 7 | 2D | 54 | 35 |
| Octal | 354 | 270 | 41 | 0 | 26 | 126 | 7 | 55 | 124 | 65 |
| Binary | 11101100 | 10111000 | 100001 | 0 | 10110 | 1010110 | 111 | 101101 | 1010100 | 110101 |
Color Harmonies of #ECB821
Complementary color
Monochromatic Colors of #ECB821
Black with #ECB821
Text Example
Text Example
White with #ECB821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB821; }
p { color: rgb(236,184,33); }
H1.HeaderClassName
{
color: #ECB821;
}
.AnyTagClassName
{
color: #ECB821;
}
</style>
background-color css
<style>
a { background-color: #ECB821; }
a { background-color: rgb(236,184,33); }
div.DivClassName
{
background-color: #ECB821;
}
.BgClassName
{
background-color: #ECB821;
}
</style>
border-color css
<style>
span { border-color: #ECB821; }
span { border-color: rgb(236,184,33); }
td.TdClassName
{
border-color: #ECB821;
}
.TagClassName
{
border-color: #ECB821;
}
</style>