Html Css Color HEX #EA8B7D Dark Salmon

📋 copy color: '#EA8B7D'

red 234 ◦ green 139 ◦ blue 125

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

Shades of Dark Salmon #EA8B7D

Tints of Dark Salmon #EA8B7D

RGB

 RED value IS 234 (91.8% from 255) = 46.99%

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

 BLUE value IS 125 (49.22% from 255) = 25.1%

R = 46.99%
G = 27.91%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA8B7D (or 0xEA8B7D) is known color: Dark Salmon. HEX triplet: EA, 8B and 7D. RGB value is (234,139,125). Sum of RGB (Red+Green+Blue) = 234+139+125=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8B7D is #157482. Grayscale: #A5A5A5. Windows color (decimal): -1406083 or 8227818. OLE color: 8227818.

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

Color convert

RGB 234 139 125 -
CMYK 0 0.41 0.47 0.08
HSL 7.71º 0.72% 0.7% -
HSV(B) 7.71º 0.47% 0.92% -
XYZ 46.87 37.44 24.16 -
YUV 165.81 104.97 176.64 -
System Red Green Blue C M Y K H S L
Decimal 234 139 125 0 0.41 0.47 0.08 7.71 0.72 0.7
Hex EA 8B 7D 0 29 2F 8 8 48 46
Octal 352 213 175 0 51 57 10 10 110 106
Binary 11101010 10001011 1111101 0 101001 101111 1000 1000 1001000 1000110

Color Harmonies of #EA8B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8B7D

Black with #EA8B7D

Text Example


Text Example

White with #EA8B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8B7D; }

 p { color: rgb(234,139,125); }

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

background-color css

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

 a { background-color: rgb(234,139,125); }

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

border-color css

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

 span { border-color: rgb(234,139,125); }

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