Html Css Color HEX #E08230 West Side

📋 copy color: '#E08230'

red 224 ◦ green 130 ◦ blue 48

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

Shades of West Side #E08230

Tints of West Side #E08230

RGB

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

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

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

R = 55.72%
G = 32.34%
B = 11.94%

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

#E08230 (or 0xE08230) is known color: West Side. HEX triplet: E0, 82 and 30. RGB value is (224,130,48). Sum of RGB (Red+Green+Blue) = 224+130+48=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E08230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08230 is #1F7DCF. Grayscale: #959595. Windows color (decimal): -2063824 or 3179232. OLE color: 3179232.

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

Color convert

RGB 224 130 48 -
CMYK 0 0.42 0.79 0.12
HSL 27.95º 0.74% 0.53% -
HSV(B) 27.95º 0.79% 0.88% -
XYZ 39.26 32.03 6.91 -
YUV 148.76 71.14 181.67 -
System Red Green Blue C M Y K H S L
Decimal 224 130 48 0 0.42 0.79 0.12 27.95 0.74 0.53
Hex E0 82 30 0 2A 4F C 1C 4A 35
Octal 340 202 60 0 52 117 14 34 112 65
Binary 11100000 10000010 110000 0 101010 1001111 1100 11100 1001010 110101

Color Harmonies of #E08230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08230

Black with #E08230

Text Example


Text Example

White with #E08230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08230; }

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

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

background-color css

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

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

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

border-color css

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

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

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