Html Css Color HEX #E28032 West Side

📋 copy color: '#E28032'

red 226 ◦ green 128 ◦ blue 50

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

Shades of West Side #E28032

Tints of West Side #E28032

RGB

 RED value IS 226 (88.67% from 255) = 55.94%

 GREEN value IS 128 (50.39% from 255) = 31.68%

 BLUE value IS 50 (19.92% from 255) = 12.38%

R = 55.94%
G = 31.68%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E28032 (or 0xE28032) is known color: West Side. HEX triplet: E2, 80 and 32. RGB value is (226,128,50). Sum of RGB (Red+Green+Blue) = 226+128+50=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E28032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28032 is #1D7FCD. Grayscale: #949494. Windows color (decimal): -1933262 or 3309794. OLE color: 3309794.

HSL color Cylindrical-coordinate representation of color #E28032: hue angle of 26.59º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E28032 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 128 50 -
CMYK 0 0.43 0.78 0.11
HSL 26.59º 0.75% 0.54% -
HSV(B) 26.59º 0.78% 0.89% -
XYZ 39.66 31.84 7.07 -
YUV 148.41 72.47 183.34 -
System Red Green Blue C M Y K H S L
Decimal 226 128 50 0 0.43 0.78 0.11 26.59 0.75 0.54
Hex E2 80 32 0 2B 4E B 1B 4B 36
Octal 342 200 62 0 53 116 13 33 113 66
Binary 11100010 10000000 110010 0 101011 1001110 1011 11011 1001011 110110

Color Harmonies of #E28032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28032

Black with #E28032

Text Example


Text Example

White with #E28032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28032; }

 p { color: rgb(226,128,50); }

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

background-color css

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

 a { background-color: rgb(226,128,50); }

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

border-color css

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

 span { border-color: rgb(226,128,50); }

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