Shades of West Side #EA853D
Tints of West Side #EA853D
RGB
CMYK
RGB Variations
Color information
#EA853D (or 0xEA853D) is known color: West Side. HEX triplet: EA, 85 and 3D. RGB value is (234,133,61). Sum of RGB (Red+Green+Blue) = 234+133+61=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA853D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA853D is #157AC2. Grayscale: #9B9B9B. Windows color (decimal): -1407683 or 4031978. OLE color: 4031978.
HSL color Cylindrical-coordinate representation of color #EA853D: hue angle of 24.97º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA853D is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 133 | 61 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.08 |
| HSL | 24.97º | 0.8% | 0.58% | - |
| HSV(B) | 24.97º | 0.74% | 0.92% | - |
| XYZ | 43.16 | 34.6 | 8.82 | - |
| YUV | 154.99 | 74.96 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 133 | 61 | 0 | 0.43 | 0.74 | 0.08 | 24.97 | 0.8 | 0.58 |
| Hex | EA | 85 | 3D | 0 | 2B | 4A | 8 | 19 | 50 | 3A |
| Octal | 352 | 205 | 75 | 0 | 53 | 112 | 10 | 31 | 120 | 72 |
| Binary | 11101010 | 10000101 | 111101 | 0 | 101011 | 1001010 | 1000 | 11001 | 1010000 | 111010 |
Color Harmonies of #EA853D
Complementary color
Monochromatic Colors of #EA853D
Black with #EA853D
Text Example
Text Example
White with #EA853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA853D; }
p { color: rgb(234,133,61); }
H1.HeaderClassName
{
color: #EA853D;
}
.AnyTagClassName
{
color: #EA853D;
}
</style>
background-color css
<style>
a { background-color: #EA853D; }
a { background-color: rgb(234,133,61); }
div.DivClassName
{
background-color: #EA853D;
}
.BgClassName
{
background-color: #EA853D;
}
</style>
border-color css
<style>
span { border-color: #EA853D; }
span { border-color: rgb(234,133,61); }
td.TdClassName
{
border-color: #EA853D;
}
.TagClassName
{
border-color: #EA853D;
}
</style>