Shades of Sun #EE8D2F
Tints of Sun #EE8D2F
RGB
CMYK
RGB Variations
Color information
#EE8D2F (or 0xEE8D2F) is known color: Sun. HEX triplet: EE, 8D and 2F. RGB value is (238,141,47). Sum of RGB (Red+Green+Blue) = 238+141+47=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 47 (18.75% from 255 or 11.03% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8D2F is #1172D0. Grayscale: #9F9F9F. Windows color (decimal): -1143505 or 3116526. OLE color: 3116526.
HSL color Cylindrical-coordinate representation of color #EE8D2F: hue angle of 29.53º 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 #EE8D2F is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 47 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.07 |
| HSL | 29.53º | 0.85% | 0.56% | - |
| HSV(B) | 29.53º | 0.8% | 0.93% | - |
| XYZ | 45.3 | 37.43 | 7.53 | - |
| YUV | 159.29 | 64.64 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 47 | 0 | 0.41 | 0.80 | 0.07 | 29.53 | 0.85 | 0.56 |
| Hex | EE | 8D | 2F | 0 | 29 | 50 | 7 | 1E | 55 | 38 |
| Octal | 356 | 215 | 57 | 0 | 51 | 120 | 7 | 36 | 125 | 70 |
| Binary | 11101110 | 10001101 | 101111 | 0 | 101001 | 1010000 | 111 | 11110 | 1010101 | 111000 |
Color Harmonies of #EE8D2F
Complementary color
Monochromatic Colors of #EE8D2F
Black with #EE8D2F
Text Example
Text Example
White with #EE8D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8D2F; }
p { color: rgb(238,141,47); }
H1.HeaderClassName
{
color: #EE8D2F;
}
.AnyTagClassName
{
color: #EE8D2F;
}
</style>
background-color css
<style>
a { background-color: #EE8D2F; }
a { background-color: rgb(238,141,47); }
div.DivClassName
{
background-color: #EE8D2F;
}
.BgClassName
{
background-color: #EE8D2F;
}
</style>
border-color css
<style>
span { border-color: #EE8D2F; }
span { border-color: rgb(238,141,47); }
td.TdClassName
{
border-color: #EE8D2F;
}
.TagClassName
{
border-color: #EE8D2F;
}
</style>