Shades of Sun #EE9632
Tints of Sun #EE9632
RGB
CMYK
RGB Variations
Color information
#EE9632 (or 0xEE9632) is known color: Sun. HEX triplet: EE, 96 and 32. RGB value is (238,150,50). Sum of RGB (Red+Green+Blue) = 238+150+50=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9632 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9632 is #1169CD. Grayscale: #A5A5A5. Windows color (decimal): -1141198 or 3315438. OLE color: 3315438.
HSL color Cylindrical-coordinate representation of color #EE9632: hue angle of 31.91º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE9632 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 50 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.07 |
| HSL | 31.91º | 0.85% | 0.56% | - |
| HSV(B) | 31.91º | 0.79% | 0.93% | - |
| XYZ | 46.74 | 40.22 | 8.32 | - |
| YUV | 164.91 | 63.15 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 50 | 0 | 0.37 | 0.79 | 0.07 | 31.91 | 0.85 | 0.56 |
| Hex | EE | 96 | 32 | 0 | 25 | 4F | 7 | 20 | 55 | 38 |
| Octal | 356 | 226 | 62 | 0 | 45 | 117 | 7 | 40 | 125 | 70 |
| Binary | 11101110 | 10010110 | 110010 | 0 | 100101 | 1001111 | 111 | 100000 | 1010101 | 111000 |
Color Harmonies of #EE9632
Complementary color
Monochromatic Colors of #EE9632
Black with #EE9632
Text Example
Text Example
White with #EE9632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9632; }
p { color: rgb(238,150,50); }
H1.HeaderClassName
{
color: #EE9632;
}
.AnyTagClassName
{
color: #EE9632;
}
</style>
background-color css
<style>
a { background-color: #EE9632; }
a { background-color: rgb(238,150,50); }
div.DivClassName
{
background-color: #EE9632;
}
.BgClassName
{
background-color: #EE9632;
}
</style>
border-color css
<style>
span { border-color: #EE9632; }
span { border-color: rgb(238,150,50); }
td.TdClassName
{
border-color: #EE9632;
}
.TagClassName
{
border-color: #EE9632;
}
</style>