Html Css Color HEX #EE957C Dark Salmon

📋 copy color: '#EE957C'

red 238 ◦ green 149 ◦ blue 124

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

Shades of Dark Salmon #EE957C

Tints of Dark Salmon #EE957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.16%

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

R = 46.58%
G = 29.16%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EE957C (or 0xEE957C) is known color: Dark Salmon. HEX triplet: EE, 95 and 7C. RGB value is (238,149,124). Sum of RGB (Red+Green+Blue) = 238+149+124=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EE957C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE957C is #116A83. Grayscale: #ACACAC. Windows color (decimal): -1141380 or 8164846. OLE color: 8164846.

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

Color convert

RGB 238 149 124 -
CMYK 0 0.37 0.48 0.07
HSL 13.16º 0.77% 0.71% -
HSV(B) 13.16º 0.48% 0.93% -
XYZ 49.65 41.13 24.39 -
YUV 172.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 238 149 124 0 0.37 0.48 0.07 13.16 0.77 0.71
Hex EE 95 7C 0 25 30 7 D 4D 47
Octal 356 225 174 0 45 60 7 15 115 107
Binary 11101110 10010101 1111100 0 100101 110000 111 1101 1001101 1000111

Color Harmonies of #EE957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE957C

Black with #EE957C

Text Example


Text Example

White with #EE957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE957C; }

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

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

background-color css

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

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

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

border-color css

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

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

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