Shades of Sun #EE8A2F
Tints of Sun #EE8A2F
RGB
CMYK
RGB Variations
Color information
#EE8A2F (or 0xEE8A2F) is known color: Sun. HEX triplet: EE, 8A and 2F. RGB value is (238,138,47). Sum of RGB (Red+Green+Blue) = 238+138+47=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8A2F is #1175D0. Grayscale: #9D9D9D. Windows color (decimal): -1144273 or 3115758. OLE color: 3115758.
HSL color Cylindrical-coordinate representation of color #EE8A2F: hue angle of 28.59º 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 #EE8A2F is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 138 | 47 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.07 |
| HSL | 28.59º | 0.85% | 0.56% | - |
| HSV(B) | 28.59º | 0.8% | 0.93% | - |
| XYZ | 44.86 | 36.56 | 7.38 | - |
| YUV | 157.53 | 65.63 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 47 | 0 | 0.42 | 0.80 | 0.07 | 28.59 | 0.85 | 0.56 |
| Hex | EE | 8A | 2F | 0 | 2A | 50 | 7 | 1D | 55 | 38 |
| Octal | 356 | 212 | 57 | 0 | 52 | 120 | 7 | 35 | 125 | 70 |
| Binary | 11101110 | 10001010 | 101111 | 0 | 101010 | 1010000 | 111 | 11101 | 1010101 | 111000 |
Color Harmonies of #EE8A2F
Complementary color
Monochromatic Colors of #EE8A2F
Black with #EE8A2F
Text Example
Text Example
White with #EE8A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8A2F; }
p { color: rgb(238,138,47); }
H1.HeaderClassName
{
color: #EE8A2F;
}
.AnyTagClassName
{
color: #EE8A2F;
}
</style>
background-color css
<style>
a { background-color: #EE8A2F; }
a { background-color: rgb(238,138,47); }
div.DivClassName
{
background-color: #EE8A2F;
}
.BgClassName
{
background-color: #EE8A2F;
}
</style>
border-color css
<style>
span { border-color: #EE8A2F; }
span { border-color: rgb(238,138,47); }
td.TdClassName
{
border-color: #EE8A2F;
}
.TagClassName
{
border-color: #EE8A2F;
}
</style>