Shades of Sun #EE9330
Tints of Sun #EE9330
RGB
CMYK
RGB Variations
Color information
#EE9330 (or 0xEE9330) is known color: Sun. HEX triplet: EE, 93 and 30. RGB value is (238,147,48). Sum of RGB (Red+Green+Blue) = 238+147+48=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 48 (19.14% from 255 or 11.09% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9330 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9330 is #116CCF. Grayscale: #A3A3A3. Windows color (decimal): -1141968 or 3183598. OLE color: 3183598.
HSL color Cylindrical-coordinate representation of color #EE9330: hue angle of 31.26º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE9330 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 48 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.07 |
| HSL | 31.26º | 0.85% | 0.56% | - |
| HSV(B) | 31.26º | 0.8% | 0.93% | - |
| XYZ | 46.23 | 39.26 | 7.94 | - |
| YUV | 162.92 | 63.15 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 48 | 0 | 0.38 | 0.80 | 0.07 | 31.26 | 0.85 | 0.56 |
| Hex | EE | 93 | 30 | 0 | 26 | 50 | 7 | 1F | 55 | 38 |
| Octal | 356 | 223 | 60 | 0 | 46 | 120 | 7 | 37 | 125 | 70 |
| Binary | 11101110 | 10010011 | 110000 | 0 | 100110 | 1010000 | 111 | 11111 | 1010101 | 111000 |
Color Harmonies of #EE9330
Complementary color
Monochromatic Colors of #EE9330
Black with #EE9330
Text Example
Text Example
White with #EE9330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9330; }
p { color: rgb(238,147,48); }
H1.HeaderClassName
{
color: #EE9330;
}
.AnyTagClassName
{
color: #EE9330;
}
</style>
background-color css
<style>
a { background-color: #EE9330; }
a { background-color: rgb(238,147,48); }
div.DivClassName
{
background-color: #EE9330;
}
.BgClassName
{
background-color: #EE9330;
}
</style>
border-color css
<style>
span { border-color: #EE9330; }
span { border-color: rgb(238,147,48); }
td.TdClassName
{
border-color: #EE9330;
}
.TagClassName
{
border-color: #EE9330;
}
</style>