Html Css Color HEX #EE8029 West Side

📋 copy color: '#EE8029'

red 238 ◦ green 128 ◦ blue 41

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

Shades of West Side #EE8029

Tints of West Side #EE8029

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.45%

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

R = 58.48%
G = 31.45%
B = 10.07%

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

#EE8029 (or 0xEE8029) is known color: West Side. HEX triplet: EE, 80 and 29. RGB value is (238,128,41). Sum of RGB (Red+Green+Blue) = 238+128+41=407 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.48% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8029 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8029 is #117FD6. Grayscale: #979797. Windows color (decimal): -1146839 or 2719982. OLE color: 2719982.

HSL color Cylindrical-coordinate representation of color #EE8029: hue angle of 26.5º 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 #EE8029 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 128 41 -
CMYK 0 0.46 0.83 0.07
HSL 26.5º 0.85% 0.55% -
HSV(B) 26.5º 0.83% 0.93% -
XYZ 43.38 33.78 6.33 -
YUV 150.97 65.94 190.07 -
System Red Green Blue C M Y K H S L
Decimal 238 128 41 0 0.46 0.83 0.07 26.5 0.85 0.55
Hex EE 80 29 0 2E 53 7 1A 55 37
Octal 356 200 51 0 56 123 7 32 125 67
Binary 11101110 10000000 101001 0 101110 1010011 111 11010 1010101 110111

Color Harmonies of #EE8029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8029

Black with #EE8029

Text Example


Text Example

White with #EE8029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8029; }

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

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

background-color css

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

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

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

border-color css

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

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

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