Shades of Sun #EB943C
Tints of Sun #EB943C
RGB
CMYK
RGB Variations
Color information
#EB943C (or 0xEB943C) is known color: Sun. HEX triplet: EB, 94 and 3C. RGB value is (235,148,60). Sum of RGB (Red+Green+Blue) = 235+148+60=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EB943C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB943C is #146BC3. Grayscale: #A4A4A4. Windows color (decimal): -1338308 or 3970283. OLE color: 3970283.
HSL color Cylindrical-coordinate representation of color #EB943C: hue angle of 30.17º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB943C is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 148 | 60 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.08 |
| HSL | 30.17º | 0.81% | 0.58% | - |
| HSV(B) | 30.17º | 0.74% | 0.92% | - |
| XYZ | 45.67 | 39.17 | 9.43 | - |
| YUV | 163.98 | 69.32 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 148 | 60 | 0 | 0.37 | 0.74 | 0.08 | 30.17 | 0.81 | 0.58 |
| Hex | EB | 94 | 3C | 0 | 25 | 4A | 8 | 1E | 51 | 3A |
| Octal | 353 | 224 | 74 | 0 | 45 | 112 | 10 | 36 | 121 | 72 |
| Binary | 11101011 | 10010100 | 111100 | 0 | 100101 | 1001010 | 1000 | 11110 | 1010001 | 111010 |
Color Harmonies of #EB943C
Complementary color
Monochromatic Colors of #EB943C
Black with #EB943C
Text Example
Text Example
White with #EB943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB943C; }
p { color: rgb(235,148,60); }
H1.HeaderClassName
{
color: #EB943C;
}
.AnyTagClassName
{
color: #EB943C;
}
</style>
background-color css
<style>
a { background-color: #EB943C; }
a { background-color: rgb(235,148,60); }
div.DivClassName
{
background-color: #EB943C;
}
.BgClassName
{
background-color: #EB943C;
}
</style>
border-color css
<style>
span { border-color: #EB943C; }
span { border-color: rgb(235,148,60); }
td.TdClassName
{
border-color: #EB943C;
}
.TagClassName
{
border-color: #EB943C;
}
</style>