Shades of Sun #EB983C
Tints of Sun #EB983C
RGB
CMYK
RGB Variations
Color information
#EB983C (or 0xEB983C) is known color: Sun. HEX triplet: EB, 98 and 3C. RGB value is (235,152,60). Sum of RGB (Red+Green+Blue) = 235+152+60=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB983C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB983C is #1467C3. Grayscale: #A6A6A6. Windows color (decimal): -1337284 or 3971307. OLE color: 3971307.
HSL color Cylindrical-coordinate representation of color #EB983C: hue angle of 31.54º 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 #EB983C is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 152 | 60 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.08 |
| HSL | 31.54º | 0.81% | 0.58% | - |
| HSV(B) | 31.54º | 0.74% | 0.92% | - |
| XYZ | 46.3 | 40.44 | 9.64 | - |
| YUV | 166.33 | 68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 152 | 60 | 0 | 0.35 | 0.74 | 0.08 | 31.54 | 0.81 | 0.58 |
| Hex | EB | 98 | 3C | 0 | 23 | 4A | 8 | 20 | 51 | 3A |
| Octal | 353 | 230 | 74 | 0 | 43 | 112 | 10 | 40 | 121 | 72 |
| Binary | 11101011 | 10011000 | 111100 | 0 | 100011 | 1001010 | 1000 | 100000 | 1010001 | 111010 |
Color Harmonies of #EB983C
Complementary color
Monochromatic Colors of #EB983C
Black with #EB983C
Text Example
Text Example
White with #EB983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB983C; }
p { color: rgb(235,152,60); }
H1.HeaderClassName
{
color: #EB983C;
}
.AnyTagClassName
{
color: #EB983C;
}
</style>
background-color css
<style>
a { background-color: #EB983C; }
a { background-color: rgb(235,152,60); }
div.DivClassName
{
background-color: #EB983C;
}
.BgClassName
{
background-color: #EB983C;
}
</style>
border-color css
<style>
span { border-color: #EB983C; }
span { border-color: rgb(235,152,60); }
td.TdClassName
{
border-color: #EB983C;
}
.TagClassName
{
border-color: #EB983C;
}
</style>