Html Css Color HEX #EC8535 West Side

📋 copy color: '#EC8535'

red 236 ◦ green 133 ◦ blue 53

#EC8535
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of West Side #EC8535

Tints of West Side #EC8535

RGB

 RED value IS 236 (92.58% from 255) = 55.92%

 GREEN value IS 133 (52.34% from 255) = 31.52%

 BLUE value IS 53 (21.09% from 255) = 12.56%

R = 55.92%
G = 31.52%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EC8535 (or 0xEC8535) is known color: West Side. HEX triplet: EC, 85 and 35. RGB value is (236,133,53). Sum of RGB (Red+Green+Blue) = 236+133+53=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8535 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8535 is #137ACA. Grayscale: #9B9B9B. Windows color (decimal): -1276619 or 3507692. OLE color: 3507692.

HSL color Cylindrical-coordinate representation of color #EC8535: hue angle of 26.23º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC8535 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 133 53 -
CMYK 0 0.44 0.78 0.07
HSL 26.23º 0.83% 0.57% -
HSV(B) 26.23º 0.78% 0.93% -
XYZ 43.62 34.86 7.8 -
YUV 154.68 70.62 186 -
System Red Green Blue C M Y K H S L
Decimal 236 133 53 0 0.44 0.78 0.07 26.23 0.83 0.57
Hex EC 85 35 0 2C 4E 7 1A 53 39
Octal 354 205 65 0 54 116 7 32 123 71
Binary 11101100 10000101 110101 0 101100 1001110 111 11010 1010011 111001

Color Harmonies of #EC8535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8535

Black with #EC8535

Text Example


Text Example

White with #EC8535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8535; }

 p { color: rgb(236,133,53); }

 H1.HeaderClassName
 {
   color: #EC8535;
 }
 .AnyTagClassName
 {
   color: #EC8535;
 }
</style>

background-color css

<style>
 a { background-color: #EC8535; }

 a { background-color: rgb(236,133,53); }

 div.DivClassName
 {
   background-color: #EC8535;
 }
 .BgClassName
 {
   background-color: #EC8535;
 }
</style>

border-color css

<style>
 span { border-color: #EC8535; }

 span { border-color: rgb(236,133,53); }

 td.TdClassName
 {
   border-color: #EC8535;
 }
 .TagClassName
 {
   border-color: #EC8535;
 }
</style>