Html Css Color HEX #E08231 West Side

📋 copy color: '#E08231'

red 224 ◦ green 130 ◦ blue 49

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

Shades of West Side #E08231

Tints of West Side #E08231

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.26%

 BLUE value IS 49 (19.53% from 255) = 12.16%

R = 55.58%
G = 32.26%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E08231 (or 0xE08231) is known color: West Side. HEX triplet: E0, 82 and 31. RGB value is (224,130,49). Sum of RGB (Red+Green+Blue) = 224+130+49=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E08231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08231 is #1F7DCE. Grayscale: #959595. Windows color (decimal): -2063823 or 3244768. OLE color: 3244768.

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

Color convert

RGB 224 130 49 -
CMYK 0 0.42 0.78 0.12
HSL 27.77º 0.74% 0.54% -
HSV(B) 27.77º 0.78% 0.88% -
XYZ 39.28 32.03 7.02 -
YUV 148.87 71.64 181.59 -
System Red Green Blue C M Y K H S L
Decimal 224 130 49 0 0.42 0.78 0.12 27.77 0.74 0.54
Hex E0 82 31 0 2A 4E C 1C 4A 36
Octal 340 202 61 0 52 116 14 34 112 66
Binary 11100000 10000010 110001 0 101010 1001110 1100 11100 1001010 110110

Color Harmonies of #E08231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08231

Black with #E08231

Text Example


Text Example

White with #E08231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08231; }

 p { color: rgb(224,130,49); }

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

background-color css

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

 a { background-color: rgb(224,130,49); }

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

border-color css

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

 span { border-color: rgb(224,130,49); }

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