Html Css Color HEX #E18232 West Side

📋 copy color: '#E18232'

red 225 ◦ green 130 ◦ blue 50

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

Shades of West Side #E18232

Tints of West Side #E18232

RGB

 RED value IS 225 (88.28% from 255) = 55.56%

 GREEN value IS 130 (51.17% from 255) = 32.1%

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

R = 55.56%
G = 32.1%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E18232 (or 0xE18232) is known color: West Side. HEX triplet: E1, 82 and 32. RGB value is (225,130,50). Sum of RGB (Red+Green+Blue) = 225+130+50=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E18232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18232 is #1E7DCD. Grayscale: #959595. Windows color (decimal): -1998286 or 3310305. OLE color: 3310305.

HSL color Cylindrical-coordinate representation of color #E18232: hue angle of 27.43º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E18232 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 130 50 -
CMYK 0 0.42 0.78 0.12
HSL 27.43º 0.74% 0.54% -
HSV(B) 27.43º 0.78% 0.88% -
XYZ 39.61 32.2 7.15 -
YUV 149.29 71.97 182 -
System Red Green Blue C M Y K H S L
Decimal 225 130 50 0 0.42 0.78 0.12 27.43 0.74 0.54
Hex E1 82 32 0 2A 4E C 1B 4A 36
Octal 341 202 62 0 52 116 14 33 112 66
Binary 11100001 10000010 110010 0 101010 1001110 1100 11011 1001010 110110

Color Harmonies of #E18232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18232

Black with #E18232

Text Example


Text Example

White with #E18232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18232; }

 p { color: rgb(225,130,50); }

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

background-color css

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

 a { background-color: rgb(225,130,50); }

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

border-color css

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

 span { border-color: rgb(225,130,50); }

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