Html Css Color HEX #EE8B6D Dark Salmon

📋 copy color: '#EE8B6D'

red 238 ◦ green 139 ◦ blue 109

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

Shades of Dark Salmon #EE8B6D

Tints of Dark Salmon #EE8B6D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.6%

 BLUE value IS 109 (42.97% from 255) = 22.43%

R = 48.97%
G = 28.6%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EE8B6D (or 0xEE8B6D) is known color: Dark Salmon. HEX triplet: EE, 8B and 6D. RGB value is (238,139,109). Sum of RGB (Red+Green+Blue) = 238+139+109=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8B6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8B6D is #117492. Grayscale: #A5A5A5. Windows color (decimal): -1143955 or 7179246. OLE color: 7179246.

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

Color convert

RGB 238 139 109 -
CMYK 0 0.42 0.54 0.07
HSL 13.95º 0.79% 0.68% -
HSV(B) 13.95º 0.54% 0.93% -
XYZ 47.25 37.75 19.26 -
YUV 165.18 96.3 179.94 -
System Red Green Blue C M Y K H S L
Decimal 238 139 109 0 0.42 0.54 0.07 13.95 0.79 0.68
Hex EE 8B 6D 0 2A 36 7 E 4F 44
Octal 356 213 155 0 52 66 7 16 117 104
Binary 11101110 10001011 1101101 0 101010 110110 111 1110 1001111 1000100

Color Harmonies of #EE8B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8B6D

Black with #EE8B6D

Text Example


Text Example

White with #EE8B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8B6D; }

 p { color: rgb(238,139,109); }

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

background-color css

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

 a { background-color: rgb(238,139,109); }

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

border-color css

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

 span { border-color: rgb(238,139,109); }

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