Shades of West Side #EF812B
Tints of West Side #EF812B
RGB
CMYK
RGB Variations
Color information
#EF812B (or 0xEF812B) is known color: West Side. HEX triplet: EF, 81 and 2B. RGB value is (239,129,43). Sum of RGB (Red+Green+Blue) = 239+129+43=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF812B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF812B is #107ED4. Grayscale: #989898. Windows color (decimal): -1081045 or 2851311. OLE color: 2851311.
HSL color Cylindrical-coordinate representation of color #EF812B: hue angle of 26.33º 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 #EF812B is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 43 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.06 |
| HSL | 26.33º | 0.86% | 0.55% | - |
| HSV(B) | 26.33º | 0.82% | 0.94% | - |
| XYZ | 43.88 | 34.23 | 6.58 | - |
| YUV | 152.09 | 66.44 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 43 | 0 | 0.46 | 0.82 | 0.06 | 26.33 | 0.86 | 0.55 |
| Hex | EF | 81 | 2B | 0 | 2E | 52 | 6 | 1A | 56 | 37 |
| Octal | 357 | 201 | 53 | 0 | 56 | 122 | 6 | 32 | 126 | 67 |
| Binary | 11101111 | 10000001 | 101011 | 0 | 101110 | 1010010 | 110 | 11010 | 1010110 | 110111 |
Color Harmonies of #EF812B
Complementary color
Monochromatic Colors of #EF812B
Black with #EF812B
Text Example
Text Example
White with #EF812B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF812B; }
p { color: rgb(239,129,43); }
H1.HeaderClassName
{
color: #EF812B;
}
.AnyTagClassName
{
color: #EF812B;
}
</style>
background-color css
<style>
a { background-color: #EF812B; }
a { background-color: rgb(239,129,43); }
div.DivClassName
{
background-color: #EF812B;
}
.BgClassName
{
background-color: #EF812B;
}
</style>
border-color css
<style>
span { border-color: #EF812B; }
span { border-color: rgb(239,129,43); }
td.TdClassName
{
border-color: #EF812B;
}
.TagClassName
{
border-color: #EF812B;
}
</style>