Html Css Color HEX #EE8170 Salmon

📋 copy color: '#EE8170'

red 238 ◦ green 129 ◦ blue 112

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

Shades of Salmon #EE8170

Tints of Salmon #EE8170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.38%

R = 49.69%
G = 26.93%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE8170 (or 0xEE8170) is known color: Salmon. HEX triplet: EE, 81 and 70. RGB value is (238,129,112). Sum of RGB (Red+Green+Blue) = 238+129+112=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8170 is #117E8F. Grayscale: #9F9F9F. Windows color (decimal): -1146512 or 7373294. OLE color: 7373294.

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

Color convert

RGB 238 129 112 -
CMYK 0 0.46 0.53 0.07
HSL 8.1º 0.79% 0.69% -
HSV(B) 8.1º 0.53% 0.93% -
XYZ 46.03 35.05 19.67 -
YUV 159.65 101.11 183.88 -
System Red Green Blue C M Y K H S L
Decimal 238 129 112 0 0.46 0.53 0.07 8.1 0.79 0.69
Hex EE 81 70 0 2E 35 7 8 4F 45
Octal 356 201 160 0 56 65 7 10 117 105
Binary 11101110 10000001 1110000 0 101110 110101 111 1000 1001111 1000101

Color Harmonies of #EE8170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8170

Black with #EE8170

Text Example


Text Example

White with #EE8170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8170; }

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

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

background-color css

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

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

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

border-color css

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

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

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