Html Css Color HEX #EE947D Dark Salmon

📋 copy color: '#EE947D'

red 238 ◦ green 148 ◦ blue 125

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

Shades of Dark Salmon #EE947D

Tints of Dark Salmon #EE947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.96%

 BLUE value IS 125 (49.22% from 255) = 24.46%

R = 46.58%
G = 28.96%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE947D (or 0xEE947D) is known color: Dark Salmon. HEX triplet: EE, 94 and 7D. RGB value is (238,148,125). Sum of RGB (Red+Green+Blue) = 238+148+125=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EE947D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE947D is #116B82. Grayscale: #ACACAC. Windows color (decimal): -1141635 or 8230126. OLE color: 8230126.

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

Color convert

RGB 238 148 125 -
CMYK 0 0.38 0.47 0.07
HSL 12.21º 0.77% 0.71% -
HSV(B) 12.21º 0.47% 0.93% -
XYZ 49.55 40.84 24.67 -
YUV 172.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 238 148 125 0 0.38 0.47 0.07 12.21 0.77 0.71
Hex EE 94 7D 0 26 2F 7 C 4D 47
Octal 356 224 175 0 46 57 7 14 115 107
Binary 11101110 10010100 1111101 0 100110 101111 111 1100 1001101 1000111

Color Harmonies of #EE947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE947D

Black with #EE947D

Text Example


Text Example

White with #EE947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE947D; }

 p { color: rgb(238,148,125); }

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

background-color css

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

 a { background-color: rgb(238,148,125); }

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

border-color css

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

 span { border-color: rgb(238,148,125); }

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