Html Css Color HEX #EE8C79 Dark Salmon

📋 copy color: '#EE8C79'

red 238 ◦ green 140 ◦ blue 121

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

Shades of Dark Salmon #EE8C79

Tints of Dark Salmon #EE8C79

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.06%

 BLUE value IS 121 (47.66% from 255) = 24.25%

R = 47.7%
G = 28.06%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE8C79 (or 0xEE8C79) is known color: Dark Salmon. HEX triplet: EE, 8C and 79. RGB value is (238,140,121). Sum of RGB (Red+Green+Blue) = 238+140+121=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8C79 is #117386. Grayscale: #A7A7A7. Windows color (decimal): -1143687 or 7965934. OLE color: 7965934.

HSL color Cylindrical-coordinate representation of color #EE8C79: hue angle of 9.74º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE8C79 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 140 121 -
CMYK 0 0.41 0.49 0.07
HSL 9.74º 0.77% 0.7% -
HSV(B) 9.74º 0.49% 0.93% -
XYZ 48.09 38.31 22.95 -
YUV 167.14 101.97 178.54 -
System Red Green Blue C M Y K H S L
Decimal 238 140 121 0 0.41 0.49 0.07 9.74 0.77 0.7
Hex EE 8C 79 0 29 31 7 A 4D 46
Octal 356 214 171 0 51 61 7 12 115 106
Binary 11101110 10001100 1111001 0 101001 110001 111 1010 1001101 1000110

Color Harmonies of #EE8C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8C79

Black with #EE8C79

Text Example


Text Example

White with #EE8C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8C79; }

 p { color: rgb(238,140,121); }

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

background-color css

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

 a { background-color: rgb(238,140,121); }

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

border-color css

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

 span { border-color: rgb(238,140,121); }

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