Html Css Color HEX #EE8C7C Dark Salmon

📋 copy color: '#EE8C7C'

red 238 ◦ green 140 ◦ blue 124

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

Shades of Dark Salmon #EE8C7C

Tints of Dark Salmon #EE8C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.7%

R = 47.41%
G = 27.89%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EE8C7C (or 0xEE8C7C) is known color: Dark Salmon. HEX triplet: EE, 8C and 7C. RGB value is (238,140,124). Sum of RGB (Red+Green+Blue) = 238+140+124=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8C7C is #117383. Grayscale: #A7A7A7. Windows color (decimal): -1143684 or 8162542. OLE color: 8162542.

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

Color convert

RGB 238 140 124 -
CMYK 0 0.41 0.48 0.07
HSL 8.42º 0.77% 0.71% -
HSV(B) 8.42º 0.48% 0.93% -
XYZ 48.28 38.39 23.93 -
YUV 167.48 103.47 178.3 -
System Red Green Blue C M Y K H S L
Decimal 238 140 124 0 0.41 0.48 0.07 8.42 0.77 0.71
Hex EE 8C 7C 0 29 30 7 8 4D 47
Octal 356 214 174 0 51 60 7 10 115 107
Binary 11101110 10001100 1111100 0 101001 110000 111 1000 1001101 1000111

Color Harmonies of #EE8C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8C7C

Black with #EE8C7C

Text Example


Text Example

White with #EE8C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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