Html Css Color HEX #EE8371 Salmon

📋 copy color: '#EE8371'

red 238 ◦ green 131 ◦ blue 113

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

Shades of Salmon #EE8371

Tints of Salmon #EE8371

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.18%

 BLUE value IS 113 (44.53% from 255) = 23.44%

R = 49.38%
G = 27.18%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE8371 (or 0xEE8371) is known color: Salmon. HEX triplet: EE, 83 and 71. RGB value is (238,131,113). Sum of RGB (Red+Green+Blue) = 238+131+113=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8371 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8371 is #117C8E. Grayscale: #A1A1A1. Windows color (decimal): -1145999 or 7439342. OLE color: 7439342.

HSL color Cylindrical-coordinate representation of color #EE8371: hue angle of 8.64º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE8371 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 131 113 -
CMYK 0 0.45 0.53 0.07
HSL 8.64º 0.79% 0.69% -
HSV(B) 8.64º 0.53% 0.93% -
XYZ 46.36 35.6 20.05 -
YUV 160.94 100.95 182.96 -
System Red Green Blue C M Y K H S L
Decimal 238 131 113 0 0.45 0.53 0.07 8.64 0.79 0.69
Hex EE 83 71 0 2D 35 7 9 4F 45
Octal 356 203 161 0 55 65 7 11 117 105
Binary 11101110 10000011 1110001 0 101101 110101 111 1001 1001111 1000101

Color Harmonies of #EE8371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8371

Black with #EE8371

Text Example


Text Example

White with #EE8371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8371; }

 p { color: rgb(238,131,113); }

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

background-color css

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

 a { background-color: rgb(238,131,113); }

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

border-color css

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

 span { border-color: rgb(238,131,113); }

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