Shades of Sun #EB953B
Tints of Sun #EB953B
RGB
CMYK
RGB Variations
Color information
#EB953B (or 0xEB953B) is known color: Sun. HEX triplet: EB, 95 and 3B. RGB value is (235,149,59). Sum of RGB (Red+Green+Blue) = 235+149+59=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 59 (23.44% from 255 or 13.32% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EB953B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB953B is #146AC4. Grayscale: #A4A4A4. Windows color (decimal): -1338053 or 3905003. OLE color: 3905003.
HSL color Cylindrical-coordinate representation of color #EB953B: hue angle of 30.68º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB953B is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 149 | 59 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.08 |
| HSL | 30.68º | 0.81% | 0.58% | - |
| HSV(B) | 30.68º | 0.75% | 0.92% | - |
| XYZ | 45.8 | 39.47 | 9.34 | - |
| YUV | 164.45 | 68.49 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 149 | 59 | 0 | 0.37 | 0.75 | 0.08 | 30.68 | 0.81 | 0.58 |
| Hex | EB | 95 | 3B | 0 | 25 | 4B | 8 | 1F | 51 | 3A |
| Octal | 353 | 225 | 73 | 0 | 45 | 113 | 10 | 37 | 121 | 72 |
| Binary | 11101011 | 10010101 | 111011 | 0 | 100101 | 1001011 | 1000 | 11111 | 1010001 | 111010 |
Color Harmonies of #EB953B
Complementary color
Monochromatic Colors of #EB953B
Black with #EB953B
Text Example
Text Example
White with #EB953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB953B; }
p { color: rgb(235,149,59); }
H1.HeaderClassName
{
color: #EB953B;
}
.AnyTagClassName
{
color: #EB953B;
}
</style>
background-color css
<style>
a { background-color: #EB953B; }
a { background-color: rgb(235,149,59); }
div.DivClassName
{
background-color: #EB953B;
}
.BgClassName
{
background-color: #EB953B;
}
</style>
border-color css
<style>
span { border-color: #EB953B; }
span { border-color: rgb(235,149,59); }
td.TdClassName
{
border-color: #EB953B;
}
.TagClassName
{
border-color: #EB953B;
}
</style>