Shades of Sun #EE9534
Tints of Sun #EE9534
RGB
CMYK
RGB Variations
Color information
#EE9534 (or 0xEE9534) is known color: Sun. HEX triplet: EE, 95 and 34. RGB value is (238,149,52). Sum of RGB (Red+Green+Blue) = 238+149+52=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9534 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9534 is #116ACB. Grayscale: #A5A5A5. Windows color (decimal): -1141452 or 3446254. OLE color: 3446254.
HSL color Cylindrical-coordinate representation of color #EE9534: hue angle of 31.29º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE9534 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 52 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.07 |
| HSL | 31.29º | 0.85% | 0.57% | - |
| HSV(B) | 31.29º | 0.78% | 0.93% | - |
| XYZ | 46.63 | 39.92 | 8.5 | - |
| YUV | 164.55 | 64.49 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 52 | 0 | 0.37 | 0.78 | 0.07 | 31.29 | 0.85 | 0.57 |
| Hex | EE | 95 | 34 | 0 | 25 | 4E | 7 | 1F | 55 | 39 |
| Octal | 356 | 225 | 64 | 0 | 45 | 116 | 7 | 37 | 125 | 71 |
| Binary | 11101110 | 10010101 | 110100 | 0 | 100101 | 1001110 | 111 | 11111 | 1010101 | 111001 |
Color Harmonies of #EE9534
Complementary color
Monochromatic Colors of #EE9534
Black with #EE9534
Text Example
Text Example
White with #EE9534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9534; }
p { color: rgb(238,149,52); }
H1.HeaderClassName
{
color: #EE9534;
}
.AnyTagClassName
{
color: #EE9534;
}
</style>
background-color css
<style>
a { background-color: #EE9534; }
a { background-color: rgb(238,149,52); }
div.DivClassName
{
background-color: #EE9534;
}
.BgClassName
{
background-color: #EE9534;
}
</style>
border-color css
<style>
span { border-color: #EE9534; }
span { border-color: rgb(238,149,52); }
td.TdClassName
{
border-color: #EE9534;
}
.TagClassName
{
border-color: #EE9534;
}
</style>