Shades of West Side #EF8131
Tints of West Side #EF8131
RGB
CMYK
RGB Variations
Color information
#EF8131 (or 0xEF8131) is known color: West Side. HEX triplet: EF, 81 and 31. RGB value is (239,129,49). Sum of RGB (Red+Green+Blue) = 239+129+49=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8131 is #107ECE. Grayscale: #999999. Windows color (decimal): -1081039 or 3244527. OLE color: 3244527.
HSL color Cylindrical-coordinate representation of color #EF8131: hue angle of 25.26º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF8131 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 49 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.06 |
| HSL | 25.26º | 0.86% | 0.56% | - |
| HSV(B) | 25.26º | 0.79% | 0.94% | - |
| XYZ | 44 | 34.27 | 7.2 | - |
| YUV | 152.77 | 69.44 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 49 | 0 | 0.46 | 0.79 | 0.06 | 25.26 | 0.86 | 0.56 |
| Hex | EF | 81 | 31 | 0 | 2E | 4F | 6 | 19 | 56 | 38 |
| Octal | 357 | 201 | 61 | 0 | 56 | 117 | 6 | 31 | 126 | 70 |
| Binary | 11101111 | 10000001 | 110001 | 0 | 101110 | 1001111 | 110 | 11001 | 1010110 | 111000 |
Color Harmonies of #EF8131
Complementary color
Monochromatic Colors of #EF8131
Black with #EF8131
Text Example
Text Example
White with #EF8131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8131; }
p { color: rgb(239,129,49); }
H1.HeaderClassName
{
color: #EF8131;
}
.AnyTagClassName
{
color: #EF8131;
}
</style>
background-color css
<style>
a { background-color: #EF8131; }
a { background-color: rgb(239,129,49); }
div.DivClassName
{
background-color: #EF8131;
}
.BgClassName
{
background-color: #EF8131;
}
</style>
border-color css
<style>
span { border-color: #EF8131; }
span { border-color: rgb(239,129,49); }
td.TdClassName
{
border-color: #EF8131;
}
.TagClassName
{
border-color: #EF8131;
}
</style>