Shades of Bright Sun #ECB634
Tints of Bright Sun #ECB634
RGB
CMYK
RGB Variations
Color information
#ECB634 (or 0xECB634) is known color: Bright Sun. HEX triplet: EC, B6 and 34. RGB value is (236,182,52). Sum of RGB (Red+Green+Blue) = 236+182+52=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB634 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB634 is #1349CB. Grayscale: #B7B7B7. Windows color (decimal): -1264076 or 3454700. OLE color: 3454700.
HSL color Cylindrical-coordinate representation of color #ECB634: hue angle of 42.39º 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 #ECB634 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 52 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.07 |
| HSL | 42.39º | 0.83% | 0.56% | - |
| HSV(B) | 42.39º | 0.78% | 0.93% | - |
| XYZ | 51.94 | 51.54 | 10.46 | - |
| YUV | 183.33 | 53.89 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 52 | 0 | 0.23 | 0.78 | 0.07 | 42.39 | 0.83 | 0.56 |
| Hex | EC | B6 | 34 | 0 | 17 | 4E | 7 | 2A | 53 | 38 |
| Octal | 354 | 266 | 64 | 0 | 27 | 116 | 7 | 52 | 123 | 70 |
| Binary | 11101100 | 10110110 | 110100 | 0 | 10111 | 1001110 | 111 | 101010 | 1010011 | 111000 |
Color Harmonies of #ECB634
Complementary color
Monochromatic Colors of #ECB634
Black with #ECB634
Text Example
Text Example
White with #ECB634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB634; }
p { color: rgb(236,182,52); }
H1.HeaderClassName
{
color: #ECB634;
}
.AnyTagClassName
{
color: #ECB634;
}
</style>
background-color css
<style>
a { background-color: #ECB634; }
a { background-color: rgb(236,182,52); }
div.DivClassName
{
background-color: #ECB634;
}
.BgClassName
{
background-color: #ECB634;
}
</style>
border-color css
<style>
span { border-color: #ECB634; }
span { border-color: rgb(236,182,52); }
td.TdClassName
{
border-color: #ECB634;
}
.TagClassName
{
border-color: #ECB634;
}
</style>