Html Css Color HEX #EE8D7F Dark Salmon

📋 copy color: '#EE8D7F'

red 238 ◦ green 141 ◦ blue 127

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

Shades of Dark Salmon #EE8D7F

Tints of Dark Salmon #EE8D7F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.87%

 BLUE value IS 127 (50% from 255) = 25.1%

R = 47.04%
G = 27.87%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE8D7F (or 0xEE8D7F) is known color: Dark Salmon. HEX triplet: EE, 8D and 7F. RGB value is (238,141,127). Sum of RGB (Red+Green+Blue) = 238+141+127=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8D7F is #117280. Grayscale: #A8A8A8. Windows color (decimal): -1143425 or 8359406. OLE color: 8359406.

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

Color convert

RGB 238 141 127 -
CMYK 0 0.41 0.47 0.07
HSL 7.57º 0.77% 0.72% -
HSV(B) 7.57º 0.47% 0.93% -
XYZ 48.62 38.76 25 -
YUV 168.41 104.64 177.64 -
System Red Green Blue C M Y K H S L
Decimal 238 141 127 0 0.41 0.47 0.07 7.57 0.77 0.72
Hex EE 8D 7F 0 29 2F 7 8 4D 48
Octal 356 215 177 0 51 57 7 10 115 110
Binary 11101110 10001101 1111111 0 101001 101111 111 1000 1001101 1001000

Color Harmonies of #EE8D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8D7F

Black with #EE8D7F

Text Example


Text Example

White with #EE8D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8D7F; }

 p { color: rgb(238,141,127); }

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

background-color css

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

 a { background-color: rgb(238,141,127); }

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

border-color css

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

 span { border-color: rgb(238,141,127); }

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