Html Css Color HEX #EE8A77 Dark Salmon

📋 copy color: '#EE8A77'

red 238 ◦ green 138 ◦ blue 119

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

Shades of Dark Salmon #EE8A77

Tints of Dark Salmon #EE8A77

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.88%

 BLUE value IS 119 (46.88% from 255) = 24.04%

R = 48.08%
G = 27.88%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EE8A77 (or 0xEE8A77) is known color: Dark Salmon. HEX triplet: EE, 8A and 77. RGB value is (238,138,119). Sum of RGB (Red+Green+Blue) = 238+138+119=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8A77 is #117588. Grayscale: #A5A5A5. Windows color (decimal): -1144201 or 7834350. OLE color: 7834350.

HSL color Cylindrical-coordinate representation of color #EE8A77: hue angle of 9.58º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE8A77 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 138 119 -
CMYK 0 0.42 0.50 0.07
HSL 9.58º 0.78% 0.7% -
HSV(B) 9.58º 0.5% 0.93% -
XYZ 47.68 37.69 22.21 -
YUV 165.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 238 138 119 0 0.42 0.50 0.07 9.58 0.78 0.7
Hex EE 8A 77 0 2A 32 7 A 4E 46
Octal 356 212 167 0 52 62 7 12 116 106
Binary 11101110 10001010 1110111 0 101010 110010 111 1010 1001110 1000110

Color Harmonies of #EE8A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8A77

Black with #EE8A77

Text Example


Text Example

White with #EE8A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8A77; }

 p { color: rgb(238,138,119); }

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

background-color css

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

 a { background-color: rgb(238,138,119); }

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

border-color css

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

 span { border-color: rgb(238,138,119); }

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