Shades of Sun #EE9134
Tints of Sun #EE9134
RGB
CMYK
RGB Variations
Color information
#EE9134 (or 0xEE9134) is known color: Sun. HEX triplet: EE, 91 and 34. RGB value is (238,145,52). Sum of RGB (Red+Green+Blue) = 238+145+52=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9134 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9134 is #116ECB. Grayscale: #A2A2A2. Windows color (decimal): -1142476 or 3445230. OLE color: 3445230.
HSL color Cylindrical-coordinate representation of color #EE9134: hue angle of 30º 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 #EE9134 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 52 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.07 |
| HSL | 30º | 0.85% | 0.57% | - |
| HSV(B) | 30º | 0.78% | 0.93% | - |
| XYZ | 46.01 | 38.68 | 8.29 | - |
| YUV | 162.21 | 65.81 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 52 | 0 | 0.39 | 0.78 | 0.07 | 30 | 0.85 | 0.57 |
| Hex | EE | 91 | 34 | 0 | 27 | 4E | 7 | 1E | 55 | 39 |
| Octal | 356 | 221 | 64 | 0 | 47 | 116 | 7 | 36 | 125 | 71 |
| Binary | 11101110 | 10010001 | 110100 | 0 | 100111 | 1001110 | 111 | 11110 | 1010101 | 111001 |
Color Harmonies of #EE9134
Complementary color
Monochromatic Colors of #EE9134
Black with #EE9134
Text Example
Text Example
White with #EE9134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9134; }
p { color: rgb(238,145,52); }
H1.HeaderClassName
{
color: #EE9134;
}
.AnyTagClassName
{
color: #EE9134;
}
</style>
background-color css
<style>
a { background-color: #EE9134; }
a { background-color: rgb(238,145,52); }
div.DivClassName
{
background-color: #EE9134;
}
.BgClassName
{
background-color: #EE9134;
}
</style>
border-color css
<style>
span { border-color: #EE9134; }
span { border-color: rgb(238,145,52); }
td.TdClassName
{
border-color: #EE9134;
}
.TagClassName
{
border-color: #EE9134;
}
</style>