Html Css Color HEX #EE8134 West Side

📋 copy color: '#EE8134'

red 238 ◦ green 129 ◦ blue 52

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

Shades of West Side #EE8134

Tints of West Side #EE8134

RGB

 RED value IS 238 (93.36% from 255) = 56.8%

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

 BLUE value IS 52 (20.7% from 255) = 12.41%

R = 56.8%
G = 30.79%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EE8134 (or 0xEE8134) is known color: West Side. HEX triplet: EE, 81 and 34. RGB value is (238,129,52). Sum of RGB (Red+Green+Blue) = 238+129+52=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8134 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8134 is #117ECB. Grayscale: #999999. Windows color (decimal): -1146572 or 3441134. OLE color: 3441134.

HSL color Cylindrical-coordinate representation of color #EE8134: hue angle of 24.84º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE8134 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 129 52 -
CMYK 0 0.46 0.78 0.07
HSL 24.84º 0.85% 0.57% -
HSV(B) 24.84º 0.78% 0.93% -
XYZ 43.73 34.13 7.53 -
YUV 152.81 71.11 188.76 -
System Red Green Blue C M Y K H S L
Decimal 238 129 52 0 0.46 0.78 0.07 24.84 0.85 0.57
Hex EE 81 34 0 2E 4E 7 19 55 39
Octal 356 201 64 0 56 116 7 31 125 71
Binary 11101110 10000001 110100 0 101110 1001110 111 11001 1010101 111001

Color Harmonies of #EE8134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8134

Black with #EE8134

Text Example


Text Example

White with #EE8134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8134; }

 p { color: rgb(238,129,52); }

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

background-color css

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

 a { background-color: rgb(238,129,52); }

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

border-color css

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

 span { border-color: rgb(238,129,52); }

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