Html Css Color HEX #EE977C Dark Salmon

📋 copy color: '#EE977C'

red 238 ◦ green 151 ◦ blue 124

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

Shades of Dark Salmon #EE977C

Tints of Dark Salmon #EE977C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.43%

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

R = 46.39%
G = 29.43%
B = 24.17%

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

#EE977C (or 0xEE977C) is known color: Dark Salmon. HEX triplet: EE, 97 and 7C. RGB value is (238,151,124). Sum of RGB (Red+Green+Blue) = 238+151+124=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EE977C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE977C is #116883. Grayscale: #AEAEAE. Windows color (decimal): -1140868 or 8165358. OLE color: 8165358.

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

Color convert

RGB 238 151 124 -
CMYK 0 0.37 0.48 0.07
HSL 14.21º 0.77% 0.71% -
HSV(B) 14.21º 0.48% 0.93% -
XYZ 49.96 41.77 24.5 -
YUV 173.94 99.82 173.7 -
System Red Green Blue C M Y K H S L
Decimal 238 151 124 0 0.37 0.48 0.07 14.21 0.77 0.71
Hex EE 97 7C 0 25 30 7 E 4D 47
Octal 356 227 174 0 45 60 7 16 115 107
Binary 11101110 10010111 1111100 0 100101 110000 111 1110 1001101 1000111

Color Harmonies of #EE977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE977C

Black with #EE977C

Text Example


Text Example

White with #EE977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE977C; }

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

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

background-color css

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

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

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

border-color css

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

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

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