Html Css Color HEX #E08130 West Side

📋 copy color: '#E08130'

red 224 ◦ green 129 ◦ blue 48

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

Shades of West Side #E08130

Tints of West Side #E08130

RGB

 RED value IS 224 (87.89% from 255) = 55.86%

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

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

R = 55.86%
G = 32.17%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E08130 (or 0xE08130) is known color: West Side. HEX triplet: E0, 81 and 30. RGB value is (224,129,48). Sum of RGB (Red+Green+Blue) = 224+129+48=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 48 (19.14% from 255 or 11.97% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E08130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08130 is #1F7ECF. Grayscale: #949494. Windows color (decimal): -2064080 or 3178976. OLE color: 3178976.

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

Color convert

RGB 224 129 48 -
CMYK 0 0.42 0.79 0.12
HSL 27.61º 0.74% 0.53% -
HSV(B) 27.61º 0.79% 0.88% -
XYZ 39.12 31.76 6.86 -
YUV 148.17 71.47 182.09 -
System Red Green Blue C M Y K H S L
Decimal 224 129 48 0 0.42 0.79 0.12 27.61 0.74 0.53
Hex E0 81 30 0 2A 4F C 1C 4A 35
Octal 340 201 60 0 52 117 14 34 112 65
Binary 11100000 10000001 110000 0 101010 1001111 1100 11100 1001010 110101

Color Harmonies of #E08130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08130

Black with #E08130

Text Example


Text Example

White with #E08130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08130; }

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

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

background-color css

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

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

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

border-color css

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

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

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