Shades of Sun #EE913F
Tints of Sun #EE913F
RGB
CMYK
RGB Variations
Color information
#EE913F (or 0xEE913F) is known color: Sun. HEX triplet: EE, 91 and 3F. RGB value is (238,145,63). Sum of RGB (Red+Green+Blue) = 238+145+63=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 63 (25% from 255 or 14.13% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE913F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE913F is #116EC0. Grayscale: #A3A3A3. Windows color (decimal): -1142465 or 4166126. OLE color: 4166126.
HSL color Cylindrical-coordinate representation of color #EE913F: hue angle of 28.11º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE913F is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 63 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.07 |
| HSL | 28.11º | 0.84% | 0.59% | - |
| HSV(B) | 28.11º | 0.74% | 0.93% | - |
| XYZ | 46.28 | 38.79 | 9.75 | - |
| YUV | 163.46 | 71.31 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 63 | 0 | 0.39 | 0.74 | 0.07 | 28.11 | 0.84 | 0.59 |
| Hex | EE | 91 | 3F | 0 | 27 | 4A | 7 | 1C | 54 | 3B |
| Octal | 356 | 221 | 77 | 0 | 47 | 112 | 7 | 34 | 124 | 73 |
| Binary | 11101110 | 10010001 | 111111 | 0 | 100111 | 1001010 | 111 | 11100 | 1010100 | 111011 |
Color Harmonies of #EE913F
Complementary color
Monochromatic Colors of #EE913F
Black with #EE913F
Text Example
Text Example
White with #EE913F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE913F; }
p { color: rgb(238,145,63); }
H1.HeaderClassName
{
color: #EE913F;
}
.AnyTagClassName
{
color: #EE913F;
}
</style>
background-color css
<style>
a { background-color: #EE913F; }
a { background-color: rgb(238,145,63); }
div.DivClassName
{
background-color: #EE913F;
}
.BgClassName
{
background-color: #EE913F;
}
</style>
border-color css
<style>
span { border-color: #EE913F; }
span { border-color: rgb(238,145,63); }
td.TdClassName
{
border-color: #EE913F;
}
.TagClassName
{
border-color: #EE913F;
}
</style>