Shades of West Side #EF812C
Tints of West Side #EF812C
RGB
CMYK
RGB Variations
Color information
#EF812C (or 0xEF812C) is known color: West Side. HEX triplet: EF, 81 and 2C. RGB value is (239,129,44). Sum of RGB (Red+Green+Blue) = 239+129+44=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 44 (17.58% from 255 or 10.68% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF812C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF812C is #107ED3. Grayscale: #989898. Windows color (decimal): -1081044 or 2916847. OLE color: 2916847.
HSL color Cylindrical-coordinate representation of color #EF812C: hue angle of 26.15º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF812C is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 44 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.06 |
| HSL | 26.15º | 0.86% | 0.55% | - |
| HSV(B) | 26.15º | 0.82% | 0.94% | - |
| XYZ | 43.9 | 34.23 | 6.68 | - |
| YUV | 152.2 | 66.94 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 44 | 0 | 0.46 | 0.82 | 0.06 | 26.15 | 0.86 | 0.55 |
| Hex | EF | 81 | 2C | 0 | 2E | 52 | 6 | 1A | 56 | 37 |
| Octal | 357 | 201 | 54 | 0 | 56 | 122 | 6 | 32 | 126 | 67 |
| Binary | 11101111 | 10000001 | 101100 | 0 | 101110 | 1010010 | 110 | 11010 | 1010110 | 110111 |
Color Harmonies of #EF812C
Complementary color
Monochromatic Colors of #EF812C
Black with #EF812C
Text Example
Text Example
White with #EF812C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF812C; }
p { color: rgb(239,129,44); }
H1.HeaderClassName
{
color: #EF812C;
}
.AnyTagClassName
{
color: #EF812C;
}
</style>
background-color css
<style>
a { background-color: #EF812C; }
a { background-color: rgb(239,129,44); }
div.DivClassName
{
background-color: #EF812C;
}
.BgClassName
{
background-color: #EF812C;
}
</style>
border-color css
<style>
span { border-color: #EF812C; }
span { border-color: rgb(239,129,44); }
td.TdClassName
{
border-color: #EF812C;
}
.TagClassName
{
border-color: #EF812C;
}
</style>