Html Css Color HEX #EE8D71 Dark Salmon

📋 copy color: '#EE8D71'

red 238 ◦ green 141 ◦ blue 113

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

Shades of Dark Salmon #EE8D71

Tints of Dark Salmon #EE8D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.97%

R = 48.37%
G = 28.66%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE8D71 (or 0xEE8D71) is known color: Dark Salmon. HEX triplet: EE, 8D and 71. RGB value is (238,141,113). Sum of RGB (Red+Green+Blue) = 238+141+113=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8D71 is #11728E. Grayscale: #A7A7A7. Windows color (decimal): -1143439 or 7441902. OLE color: 7441902.

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

Color convert

RGB 238 141 113 -
CMYK 0 0.41 0.53 0.07
HSL 13.44º 0.79% 0.69% -
HSV(B) 13.44º 0.53% 0.93% -
XYZ 47.77 38.42 20.52 -
YUV 166.81 97.64 178.78 -
System Red Green Blue C M Y K H S L
Decimal 238 141 113 0 0.41 0.53 0.07 13.44 0.79 0.69
Hex EE 8D 71 0 29 35 7 D 4F 45
Octal 356 215 161 0 51 65 7 15 117 105
Binary 11101110 10001101 1110001 0 101001 110101 111 1101 1001111 1000101

Color Harmonies of #EE8D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8D71

Black with #EE8D71

Text Example


Text Example

White with #EE8D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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