Html Css Color HEX #EE8129 West Side

📋 copy color: '#EE8129'

red 238 ◦ green 129 ◦ blue 41

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

Shades of West Side #EE8129

Tints of West Side #EE8129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.05%

R = 58.33%
G = 31.62%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EE8129 (or 0xEE8129) is known color: West Side. HEX triplet: EE, 81 and 29. RGB value is (238,129,41). Sum of RGB (Red+Green+Blue) = 238+129+41=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8129 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8129 is #117ED6. Grayscale: #989898. Windows color (decimal): -1146583 or 2720238. OLE color: 2720238.

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

Color convert

RGB 238 129 41 -
CMYK 0 0.46 0.83 0.07
HSL 26.8º 0.85% 0.55% -
HSV(B) 26.8º 0.83% 0.93% -
XYZ 43.51 34.04 6.37 -
YUV 151.56 65.61 189.66 -
System Red Green Blue C M Y K H S L
Decimal 238 129 41 0 0.46 0.83 0.07 26.8 0.85 0.55
Hex EE 81 29 0 2E 53 7 1B 55 37
Octal 356 201 51 0 56 123 7 33 125 67
Binary 11101110 10000001 101001 0 101110 1010011 111 11011 1010101 110111

Color Harmonies of #EE8129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8129

Black with #EE8129

Text Example


Text Example

White with #EE8129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8129; }

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

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

background-color css

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

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

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

border-color css

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

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

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