Html Css Color HEX #E48640 West Side

📋 copy color: '#E48640'

red 228 ◦ green 134 ◦ blue 64

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

Shades of West Side #E48640

Tints of West Side #E48640

RGB

 RED value IS 228 (89.45% from 255) = 53.52%

 GREEN value IS 134 (52.73% from 255) = 31.46%

 BLUE value IS 64 (25.39% from 255) = 15.02%

R = 53.52%
G = 31.46%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E48640 (or 0xE48640) is known color: West Side. HEX triplet: E4, 86 and 40. RGB value is (228,134,64). Sum of RGB (Red+Green+Blue) = 228+134+64=426 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.52% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 228 - color contains mainly: red. Hex color #E48640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48640 is #1B79BF. Grayscale: #9A9A9A. Windows color (decimal): -1800640 or 4228836. OLE color: 4228836.

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

Color convert

RGB 228 134 64 -
CMYK 0 0.41 0.72 0.11
HSL 25.61º 0.75% 0.57% -
HSV(B) 25.61º 0.72% 0.89% -
XYZ 41.45 33.91 9.21 -
YUV 154.13 77.14 180.69 -
System Red Green Blue C M Y K H S L
Decimal 228 134 64 0 0.41 0.72 0.11 25.61 0.75 0.57
Hex E4 86 40 0 29 48 B 1A 4B 39
Octal 344 206 100 0 51 110 13 32 113 71
Binary 11100100 10000110 1000000 0 101001 1001000 1011 11010 1001011 111001

Color Harmonies of #E48640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48640

Black with #E48640

Text Example


Text Example

White with #E48640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48640; }

 p { color: rgb(228,134,64); }

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

background-color css

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

 a { background-color: rgb(228,134,64); }

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

border-color css

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

 span { border-color: rgb(228,134,64); }

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