Shades of Sun #EE8C2E
Tints of Sun #EE8C2E
RGB
CMYK
RGB Variations
Color information
#EE8C2E (or 0xEE8C2E) is known color: Sun. HEX triplet: EE, 8C and 2E. RGB value is (238,140,46). Sum of RGB (Red+Green+Blue) = 238+140+46=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 46 (18.36% from 255 or 10.85% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8C2E is #1173D1. Grayscale: #9F9F9F. Windows color (decimal): -1143762 or 3050734. OLE color: 3050734.
HSL color Cylindrical-coordinate representation of color #EE8C2E: hue angle of 29.38º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE8C2E is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 46 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.07 |
| HSL | 29.38º | 0.85% | 0.56% | - |
| HSV(B) | 29.38º | 0.81% | 0.93% | - |
| XYZ | 45.13 | 37.13 | 7.37 | - |
| YUV | 158.59 | 64.47 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 46 | 0 | 0.41 | 0.81 | 0.07 | 29.38 | 0.85 | 0.56 |
| Hex | EE | 8C | 2E | 0 | 29 | 51 | 7 | 1D | 55 | 38 |
| Octal | 356 | 214 | 56 | 0 | 51 | 121 | 7 | 35 | 125 | 70 |
| Binary | 11101110 | 10001100 | 101110 | 0 | 101001 | 1010001 | 111 | 11101 | 1010101 | 111000 |
Color Harmonies of #EE8C2E
Complementary color
Monochromatic Colors of #EE8C2E
Black with #EE8C2E
Text Example
Text Example
White with #EE8C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8C2E; }
p { color: rgb(238,140,46); }
H1.HeaderClassName
{
color: #EE8C2E;
}
.AnyTagClassName
{
color: #EE8C2E;
}
</style>
background-color css
<style>
a { background-color: #EE8C2E; }
a { background-color: rgb(238,140,46); }
div.DivClassName
{
background-color: #EE8C2E;
}
.BgClassName
{
background-color: #EE8C2E;
}
</style>
border-color css
<style>
span { border-color: #EE8C2E; }
span { border-color: rgb(238,140,46); }
td.TdClassName
{
border-color: #EE8C2E;
}
.TagClassName
{
border-color: #EE8C2E;
}
</style>