Shades of Sun #EB963A
Tints of Sun #EB963A
RGB
CMYK
RGB Variations
Color information
#EB963A (or 0xEB963A) is known color: Sun. HEX triplet: EB, 96 and 3A. RGB value is (235,150,58). Sum of RGB (Red+Green+Blue) = 235+150+58=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EB963A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB963A is #1469C5. Grayscale: #A5A5A5. Windows color (decimal): -1337798 or 3839723. OLE color: 3839723.
HSL color Cylindrical-coordinate representation of color #EB963A: hue angle of 31.19º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB963A is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 150 | 58 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.08 |
| HSL | 31.19º | 0.82% | 0.57% | - |
| HSV(B) | 31.19º | 0.75% | 0.92% | - |
| XYZ | 45.93 | 39.78 | 9.26 | - |
| YUV | 164.93 | 67.66 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 150 | 58 | 0 | 0.36 | 0.75 | 0.08 | 31.19 | 0.82 | 0.57 |
| Hex | EB | 96 | 3A | 0 | 24 | 4B | 8 | 1F | 52 | 39 |
| Octal | 353 | 226 | 72 | 0 | 44 | 113 | 10 | 37 | 122 | 71 |
| Binary | 11101011 | 10010110 | 111010 | 0 | 100100 | 1001011 | 1000 | 11111 | 1010010 | 111001 |
Color Harmonies of #EB963A
Complementary color
Monochromatic Colors of #EB963A
Black with #EB963A
Text Example
Text Example
White with #EB963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB963A; }
p { color: rgb(235,150,58); }
H1.HeaderClassName
{
color: #EB963A;
}
.AnyTagClassName
{
color: #EB963A;
}
</style>
background-color css
<style>
a { background-color: #EB963A; }
a { background-color: rgb(235,150,58); }
div.DivClassName
{
background-color: #EB963A;
}
.BgClassName
{
background-color: #EB963A;
}
</style>
border-color css
<style>
span { border-color: #EB963A; }
span { border-color: rgb(235,150,58); }
td.TdClassName
{
border-color: #EB963A;
}
.TagClassName
{
border-color: #EB963A;
}
</style>