Shades of Bright Sun #ECB834
Tints of Bright Sun #ECB834
RGB
CMYK
RGB Variations
Color information
#ECB834 (or 0xECB834) is known color: Bright Sun. HEX triplet: EC, B8 and 34. RGB value is (236,184,52). Sum of RGB (Red+Green+Blue) = 236+184+52=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 52 (20.70% from 255 or 11.02% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB834 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB834 is #1347CB. Grayscale: #B9B9B9. Windows color (decimal): -1263564 or 3455212. OLE color: 3455212.
HSL color Cylindrical-coordinate representation of color #ECB834: hue angle of 43.04º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECB834 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 52 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.07 |
| HSL | 43.04º | 0.83% | 0.56% | - |
| HSV(B) | 43.04º | 0.78% | 0.93% | - |
| XYZ | 52.35 | 52.36 | 10.6 | - |
| YUV | 184.5 | 53.23 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 52 | 0 | 0.22 | 0.78 | 0.07 | 43.04 | 0.83 | 0.56 |
| Hex | EC | B8 | 34 | 0 | 16 | 4E | 7 | 2B | 53 | 38 |
| Octal | 354 | 270 | 64 | 0 | 26 | 116 | 7 | 53 | 123 | 70 |
| Binary | 11101100 | 10111000 | 110100 | 0 | 10110 | 1001110 | 111 | 101011 | 1010011 | 111000 |
Color Harmonies of #ECB834
Complementary color
Monochromatic Colors of #ECB834
Black with #ECB834
Text Example
Text Example
White with #ECB834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB834; }
p { color: rgb(236,184,52); }
H1.HeaderClassName
{
color: #ECB834;
}
.AnyTagClassName
{
color: #ECB834;
}
</style>
background-color css
<style>
a { background-color: #ECB834; }
a { background-color: rgb(236,184,52); }
div.DivClassName
{
background-color: #ECB834;
}
.BgClassName
{
background-color: #ECB834;
}
</style>
border-color css
<style>
span { border-color: #ECB834; }
span { border-color: rgb(236,184,52); }
td.TdClassName
{
border-color: #ECB834;
}
.TagClassName
{
border-color: #ECB834;
}
</style>