Html Css Color HEX #E08330 West Side

📋 copy color: '#E08330'

red 224 ◦ green 131 ◦ blue 48

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

Shades of West Side #E08330

Tints of West Side #E08330

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.51%

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

R = 55.58%
G = 32.51%
B = 11.91%

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

#E08330 (or 0xE08330) is known color: West Side. HEX triplet: E0, 83 and 30. RGB value is (224,131,48). Sum of RGB (Red+Green+Blue) = 224+131+48=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E08330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08330 is #1F7CCF. Grayscale: #959595. Windows color (decimal): -2063568 or 3179488. OLE color: 3179488.

HSL color Cylindrical-coordinate representation of color #E08330: hue angle of 28.3º 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 #E08330 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 131 48 -
CMYK 0 0.42 0.79 0.12
HSL 28.3º 0.74% 0.53% -
HSV(B) 28.3º 0.79% 0.88% -
XYZ 39.39 32.29 6.95 -
YUV 149.35 70.81 181.25 -
System Red Green Blue C M Y K H S L
Decimal 224 131 48 0 0.42 0.79 0.12 28.3 0.74 0.53
Hex E0 83 30 0 2A 4F C 1C 4A 35
Octal 340 203 60 0 52 117 14 34 112 65
Binary 11100000 10000011 110000 0 101010 1001111 1100 11100 1001010 110101

Color Harmonies of #E08330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08330

Black with #E08330

Text Example


Text Example

White with #E08330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08330; }

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

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

background-color css

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

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

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

border-color css

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

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

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