Shades of West Side #ED813B
Tints of West Side #ED813B
RGB
CMYK
RGB Variations
Color information
#ED813B (or 0xED813B) is known color: West Side. HEX triplet: ED, 81 and 3B. RGB value is (237,129,59). Sum of RGB (Red+Green+Blue) = 237+129+59=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED813B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED813B is #127EC4. Grayscale: #999999. Windows color (decimal): -1212101 or 3899885. OLE color: 3899885.
HSL color Cylindrical-coordinate representation of color #ED813B: hue angle of 23.6º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED813B is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 59 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.07 |
| HSL | 23.6º | 0.83% | 0.58% | - |
| HSV(B) | 23.6º | 0.75% | 0.93% | - |
| XYZ | 43.56 | 34.02 | 8.41 | - |
| YUV | 153.31 | 74.78 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 59 | 0 | 0.46 | 0.75 | 0.07 | 23.6 | 0.83 | 0.58 |
| Hex | ED | 81 | 3B | 0 | 2E | 4B | 7 | 18 | 53 | 3A |
| Octal | 355 | 201 | 73 | 0 | 56 | 113 | 7 | 30 | 123 | 72 |
| Binary | 11101101 | 10000001 | 111011 | 0 | 101110 | 1001011 | 111 | 11000 | 1010011 | 111010 |
Color Harmonies of #ED813B
Complementary color
Monochromatic Colors of #ED813B
Black with #ED813B
Text Example
Text Example
White with #ED813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED813B; }
p { color: rgb(237,129,59); }
H1.HeaderClassName
{
color: #ED813B;
}
.AnyTagClassName
{
color: #ED813B;
}
</style>
background-color css
<style>
a { background-color: #ED813B; }
a { background-color: rgb(237,129,59); }
div.DivClassName
{
background-color: #ED813B;
}
.BgClassName
{
background-color: #ED813B;
}
</style>
border-color css
<style>
span { border-color: #ED813B; }
span { border-color: rgb(237,129,59); }
td.TdClassName
{
border-color: #ED813B;
}
.TagClassName
{
border-color: #ED813B;
}
</style>