Shades of Sun #EE983C
Tints of Sun #EE983C
RGB
CMYK
RGB Variations
Color information
#EE983C (or 0xEE983C) is known color: Sun. HEX triplet: EE, 98 and 3C. RGB value is (238,152,60). Sum of RGB (Red+Green+Blue) = 238+152+60=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE983C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE983C is #1167C3. Grayscale: #A7A7A7. Windows color (decimal): -1140676 or 3971310. OLE color: 3971310.
HSL color Cylindrical-coordinate representation of color #EE983C: hue angle of 31.01º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE983C is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 60 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.07 |
| HSL | 31.01º | 0.84% | 0.58% | - |
| HSV(B) | 31.01º | 0.75% | 0.93% | - |
| XYZ | 47.3 | 40.96 | 9.69 | - |
| YUV | 167.23 | 67.49 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 60 | 0 | 0.36 | 0.75 | 0.07 | 31.01 | 0.84 | 0.58 |
| Hex | EE | 98 | 3C | 0 | 24 | 4B | 7 | 1F | 54 | 3A |
| Octal | 356 | 230 | 74 | 0 | 44 | 113 | 7 | 37 | 124 | 72 |
| Binary | 11101110 | 10011000 | 111100 | 0 | 100100 | 1001011 | 111 | 11111 | 1010100 | 111010 |
Color Harmonies of #EE983C
Complementary color
Monochromatic Colors of #EE983C
Black with #EE983C
Text Example
Text Example
White with #EE983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE983C; }
p { color: rgb(238,152,60); }
H1.HeaderClassName
{
color: #EE983C;
}
.AnyTagClassName
{
color: #EE983C;
}
</style>
background-color css
<style>
a { background-color: #EE983C; }
a { background-color: rgb(238,152,60); }
div.DivClassName
{
background-color: #EE983C;
}
.BgClassName
{
background-color: #EE983C;
}
</style>
border-color css
<style>
span { border-color: #EE983C; }
span { border-color: rgb(238,152,60); }
td.TdClassName
{
border-color: #EE983C;
}
.TagClassName
{
border-color: #EE983C;
}
</style>