Html Css Color HEX #EE947E Dark Salmon

📋 copy color: '#EE947E'

red 238 ◦ green 148 ◦ blue 126

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

Shades of Dark Salmon #EE947E

Tints of Dark Salmon #EE947E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.61%

R = 46.48%
G = 28.91%
B = 24.61%

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

#EE947E (or 0xEE947E) is known color: Dark Salmon. HEX triplet: EE, 94 and 7E. RGB value is (238,148,126). Sum of RGB (Red+Green+Blue) = 238+148+126=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EE947E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE947E is #116B81. Grayscale: #ACACAC. Windows color (decimal): -1141634 or 8295662. OLE color: 8295662.

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

Color convert

RGB 238 148 126 -
CMYK 0 0.38 0.47 0.07
HSL 11.79º 0.77% 0.71% -
HSV(B) 11.79º 0.47% 0.93% -
XYZ 49.62 40.86 25.01 -
YUV 172.4 101.82 174.79 -
System Red Green Blue C M Y K H S L
Decimal 238 148 126 0 0.38 0.47 0.07 11.79 0.77 0.71
Hex EE 94 7E 0 26 2F 7 C 4D 47
Octal 356 224 176 0 46 57 7 14 115 107
Binary 11101110 10010100 1111110 0 100110 101111 111 1100 1001101 1000111

Color Harmonies of #EE947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE947E

Black with #EE947E

Text Example


Text Example

White with #EE947E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE947E; }

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

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

background-color css

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

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

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

border-color css

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

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

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