Html Css Color HEX #E1812C West Side

📋 copy color: '#E1812C'

red 225 ◦ green 129 ◦ blue 44

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

Shades of West Side #E1812C

Tints of West Side #E1812C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.41%

 BLUE value IS 44 (17.58% from 255) = 11.06%

R = 56.53%
G = 32.41%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E1812C (or 0xE1812C) is known color: West Side. HEX triplet: E1, 81 and 2C. RGB value is (225,129,44). Sum of RGB (Red+Green+Blue) = 225+129+44=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E1812C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1812C is #1E7ED3. Grayscale: #949494. Windows color (decimal): -1998548 or 2916833. OLE color: 2916833.

HSL color Cylindrical-coordinate representation of color #E1812C: hue angle of 28.18º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1812C is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 129 44 -
CMYK 0 0.43 0.80 0.12
HSL 28.18º 0.75% 0.53% -
HSV(B) 28.18º 0.8% 0.88% -
XYZ 39.36 31.89 6.46 -
YUV 148.01 69.3 182.91 -
System Red Green Blue C M Y K H S L
Decimal 225 129 44 0 0.43 0.80 0.12 28.18 0.75 0.53
Hex E1 81 2C 0 2B 50 C 1C 4B 35
Octal 341 201 54 0 53 120 14 34 113 65
Binary 11100001 10000001 101100 0 101011 1010000 1100 11100 1001011 110101

Color Harmonies of #E1812C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1812C

Black with #E1812C

Text Example


Text Example

White with #E1812C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1812C; }

 p { color: rgb(225,129,44); }

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

background-color css

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

 a { background-color: rgb(225,129,44); }

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

border-color css

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

 span { border-color: rgb(225,129,44); }

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