Html Css Color HEX #EE802F West Side

📋 copy color: '#EE802F'

red 238 ◦ green 128 ◦ blue 47

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

Shades of West Side #EE802F

Tints of West Side #EE802F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.38%

R = 57.63%
G = 30.99%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EE802F (or 0xEE802F) is known color: West Side. HEX triplet: EE, 80 and 2F. RGB value is (238,128,47). Sum of RGB (Red+Green+Blue) = 238+128+47=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE802F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE802F is #117FD0. Grayscale: #989898. Windows color (decimal): -1146833 or 3113198. OLE color: 3113198.

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

Color convert

RGB 238 128 47 -
CMYK 0 0.46 0.80 0.07
HSL 25.45º 0.85% 0.56% -
HSV(B) 25.45º 0.8% 0.93% -
XYZ 43.49 33.82 6.93 -
YUV 151.66 68.94 189.59 -
System Red Green Blue C M Y K H S L
Decimal 238 128 47 0 0.46 0.80 0.07 25.45 0.85 0.56
Hex EE 80 2F 0 2E 50 7 19 55 38
Octal 356 200 57 0 56 120 7 31 125 70
Binary 11101110 10000000 101111 0 101110 1010000 111 11001 1010101 111000

Color Harmonies of #EE802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE802F

Black with #EE802F

Text Example


Text Example

White with #EE802F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE802F; }

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

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

background-color css

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

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

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

border-color css

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

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

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