Html Css Color HEX #EA8D71 Dark Salmon

📋 copy color: '#EA8D71'

red 234 ◦ green 141 ◦ blue 113

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

Shades of Dark Salmon #EA8D71

Tints of Dark Salmon #EA8D71

RGB

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

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

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

R = 47.95%
G = 28.89%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA8D71 (or 0xEA8D71) is known color: Dark Salmon. HEX triplet: EA, 8D and 71. RGB value is (234,141,113). Sum of RGB (Red+Green+Blue) = 234+141+113=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8D71 is #15728E. Grayscale: #A5A5A5. Windows color (decimal): -1405583 or 7441898. OLE color: 7441898.

HSL color Cylindrical-coordinate representation of color #EA8D71: hue angle of 13.88º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA8D71 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 141 113 -
CMYK 0 0.40 0.52 0.08
HSL 13.88º 0.74% 0.68% -
HSV(B) 13.88º 0.52% 0.92% -
XYZ 46.44 37.73 20.46 -
YUV 165.62 98.31 176.78 -
System Red Green Blue C M Y K H S L
Decimal 234 141 113 0 0.40 0.52 0.08 13.88 0.74 0.68
Hex EA 8D 71 0 28 34 8 E 4A 44
Octal 352 215 161 0 50 64 10 16 112 104
Binary 11101010 10001101 1110001 0 101000 110100 1000 1110 1001010 1000100

Color Harmonies of #EA8D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8D71

Black with #EA8D71

Text Example


Text Example

White with #EA8D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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