Shades of West Side #EF802D
Tints of West Side #EF802D
RGB
CMYK
RGB Variations
Color information
#EF802D (or 0xEF802D) is known color: West Side. HEX triplet: EF, 80 and 2D. RGB value is (239,128,45). Sum of RGB (Red+Green+Blue) = 239+128+45=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF802D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF802D is #107FD2. Grayscale: #989898. Windows color (decimal): -1081299 or 2982127. OLE color: 2982127.
HSL color Cylindrical-coordinate representation of color #EF802D: hue angle of 25.67º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF802D is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 45 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.06 |
| HSL | 25.67º | 0.86% | 0.56% | - |
| HSV(B) | 25.67º | 0.81% | 0.94% | - |
| XYZ | 43.79 | 33.98 | 6.73 | - |
| YUV | 151.73 | 67.77 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 45 | 0 | 0.46 | 0.81 | 0.06 | 25.67 | 0.86 | 0.56 |
| Hex | EF | 80 | 2D | 0 | 2E | 51 | 6 | 1A | 56 | 38 |
| Octal | 357 | 200 | 55 | 0 | 56 | 121 | 6 | 32 | 126 | 70 |
| Binary | 11101111 | 10000000 | 101101 | 0 | 101110 | 1010001 | 110 | 11010 | 1010110 | 111000 |
Color Harmonies of #EF802D
Complementary color
Monochromatic Colors of #EF802D
Black with #EF802D
Text Example
Text Example
White with #EF802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF802D; }
p { color: rgb(239,128,45); }
H1.HeaderClassName
{
color: #EF802D;
}
.AnyTagClassName
{
color: #EF802D;
}
</style>
background-color css
<style>
a { background-color: #EF802D; }
a { background-color: rgb(239,128,45); }
div.DivClassName
{
background-color: #EF802D;
}
.BgClassName
{
background-color: #EF802D;
}
</style>
border-color css
<style>
span { border-color: #EF802D; }
span { border-color: rgb(239,128,45); }
td.TdClassName
{
border-color: #EF802D;
}
.TagClassName
{
border-color: #EF802D;
}
</style>