Html Css Color HEX #E48130 West Side

📋 copy color: '#E48130'

red 228 ◦ green 129 ◦ blue 48

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

Shades of West Side #E48130

Tints of West Side #E48130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.85%

R = 56.3%
G = 31.85%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E48130 (or 0xE48130) is known color: West Side. HEX triplet: E4, 81 and 30. RGB value is (228,129,48). Sum of RGB (Red+Green+Blue) = 228+129+48=405 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.30% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 228 - color contains mainly: red. Hex color #E48130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48130 is #1B7ECF. Grayscale: #959595. Windows color (decimal): -1801936 or 3178980. OLE color: 3178980.

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

Color convert

RGB 228 129 48 -
CMYK 0 0.43 0.79 0.11
HSL 27º 0.77% 0.54% -
HSV(B) 27º 0.79% 0.89% -
XYZ 40.38 32.41 6.92 -
YUV 149.37 70.8 184.09 -
System Red Green Blue C M Y K H S L
Decimal 228 129 48 0 0.43 0.79 0.11 27 0.77 0.54
Hex E4 81 30 0 2B 4F B 1B 4D 36
Octal 344 201 60 0 53 117 13 33 115 66
Binary 11100100 10000001 110000 0 101011 1001111 1011 11011 1001101 110110

Color Harmonies of #E48130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48130

Black with #E48130

Text Example


Text Example

White with #E48130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48130; }

 p { color: rgb(228,129,48); }

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

background-color css

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

 a { background-color: rgb(228,129,48); }

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

border-color css

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

 span { border-color: rgb(228,129,48); }

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