Shades of Bright Sun #ECB630
Tints of Bright Sun #ECB630
RGB
CMYK
RGB Variations
Color information
#ECB630 (or 0xECB630) is known color: Bright Sun. HEX triplet: EC, B6 and 30. RGB value is (236,182,48). Sum of RGB (Red+Green+Blue) = 236+182+48=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 48 (19.14% from 255 or 10.30% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB630 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB630 is #1349CF. Grayscale: #B7B7B7. Windows color (decimal): -1264080 or 3192556. OLE color: 3192556.
HSL color Cylindrical-coordinate representation of color #ECB630: hue angle of 42.77º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECB630 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 48 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.07 |
| HSL | 42.77º | 0.83% | 0.56% | - |
| HSV(B) | 42.77º | 0.8% | 0.93% | - |
| XYZ | 51.85 | 51.5 | 10 | - |
| YUV | 182.87 | 51.89 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 48 | 0 | 0.23 | 0.80 | 0.07 | 42.77 | 0.83 | 0.56 |
| Hex | EC | B6 | 30 | 0 | 17 | 50 | 7 | 2B | 53 | 38 |
| Octal | 354 | 266 | 60 | 0 | 27 | 120 | 7 | 53 | 123 | 70 |
| Binary | 11101100 | 10110110 | 110000 | 0 | 10111 | 1010000 | 111 | 101011 | 1010011 | 111000 |
Color Harmonies of #ECB630
Complementary color
Monochromatic Colors of #ECB630
Black with #ECB630
Text Example
Text Example
White with #ECB630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB630; }
p { color: rgb(236,182,48); }
H1.HeaderClassName
{
color: #ECB630;
}
.AnyTagClassName
{
color: #ECB630;
}
</style>
background-color css
<style>
a { background-color: #ECB630; }
a { background-color: rgb(236,182,48); }
div.DivClassName
{
background-color: #ECB630;
}
.BgClassName
{
background-color: #ECB630;
}
</style>
border-color css
<style>
span { border-color: #ECB630; }
span { border-color: rgb(236,182,48); }
td.TdClassName
{
border-color: #ECB630;
}
.TagClassName
{
border-color: #ECB630;
}
</style>