Shades of West Side #E67F2D
Tints of West Side #E67F2D
RGB
CMYK
RGB Variations
Color information
#E67F2D (or 0xE67F2D) is known color: West Side. HEX triplet: E6, 7F and 2D. RGB value is (230,127,45). Sum of RGB (Red+Green+Blue) = 230+127+45=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E67F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67F2D is #1980D2. Grayscale: #949494. Windows color (decimal): -1671379 or 2981862. OLE color: 2981862.
HSL color Cylindrical-coordinate representation of color #E67F2D: hue angle of 26.59º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E67F2D is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 45 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.10 |
| HSL | 26.59º | 0.79% | 0.54% | - |
| HSV(B) | 26.59º | 0.8% | 0.9% | - |
| XYZ | 40.7 | 32.19 | 6.55 | - |
| YUV | 148.45 | 69.62 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 45 | 0 | 0.45 | 0.80 | 0.10 | 26.59 | 0.79 | 0.54 |
| Hex | E6 | 7F | 2D | 0 | 2D | 50 | A | 1B | 4F | 36 |
| Octal | 346 | 177 | 55 | 0 | 55 | 120 | 12 | 33 | 117 | 66 |
| Binary | 11100110 | 1111111 | 101101 | 0 | 101101 | 1010000 | 1010 | 11011 | 1001111 | 110110 |
Color Harmonies of #E67F2D
Complementary color
Monochromatic Colors of #E67F2D
Black with #E67F2D
Text Example
Text Example
White with #E67F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67F2D; }
p { color: rgb(230,127,45); }
H1.HeaderClassName
{
color: #E67F2D;
}
.AnyTagClassName
{
color: #E67F2D;
}
</style>
background-color css
<style>
a { background-color: #E67F2D; }
a { background-color: rgb(230,127,45); }
div.DivClassName
{
background-color: #E67F2D;
}
.BgClassName
{
background-color: #E67F2D;
}
</style>
border-color css
<style>
span { border-color: #E67F2D; }
span { border-color: rgb(230,127,45); }
td.TdClassName
{
border-color: #E67F2D;
}
.TagClassName
{
border-color: #E67F2D;
}
</style>