Shades of Sun #EE963A
Tints of Sun #EE963A
RGB
CMYK
RGB Variations
Color information
#EE963A (or 0xEE963A) is known color: Sun. HEX triplet: EE, 96 and 3A. RGB value is (238,150,58). Sum of RGB (Red+Green+Blue) = 238+150+58=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 58 (23.05% from 255 or 13.00% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE963A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE963A is #1169C5. Grayscale: #A6A6A6. Windows color (decimal): -1141190 or 3839726. OLE color: 3839726.
HSL color Cylindrical-coordinate representation of color #EE963A: hue angle of 30.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE963A is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 58 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.07 |
| HSL | 30.67º | 0.84% | 0.58% | - |
| HSV(B) | 30.67º | 0.76% | 0.93% | - |
| XYZ | 46.93 | 40.3 | 9.31 | - |
| YUV | 165.82 | 67.15 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 58 | 0 | 0.37 | 0.76 | 0.07 | 30.67 | 0.84 | 0.58 |
| Hex | EE | 96 | 3A | 0 | 25 | 4C | 7 | 1F | 54 | 3A |
| Octal | 356 | 226 | 72 | 0 | 45 | 114 | 7 | 37 | 124 | 72 |
| Binary | 11101110 | 10010110 | 111010 | 0 | 100101 | 1001100 | 111 | 11111 | 1010100 | 111010 |
Color Harmonies of #EE963A
Complementary color
Monochromatic Colors of #EE963A
Black with #EE963A
Text Example
Text Example
White with #EE963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE963A; }
p { color: rgb(238,150,58); }
H1.HeaderClassName
{
color: #EE963A;
}
.AnyTagClassName
{
color: #EE963A;
}
</style>
background-color css
<style>
a { background-color: #EE963A; }
a { background-color: rgb(238,150,58); }
div.DivClassName
{
background-color: #EE963A;
}
.BgClassName
{
background-color: #EE963A;
}
</style>
border-color css
<style>
span { border-color: #EE963A; }
span { border-color: rgb(238,150,58); }
td.TdClassName
{
border-color: #EE963A;
}
.TagClassName
{
border-color: #EE963A;
}
</style>