Html Css Color HEX #EA9171 Dark Salmon

📋 copy color: '#EA9171'

red 234 ◦ green 145 ◦ blue 113

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

Shades of Dark Salmon #EA9171

Tints of Dark Salmon #EA9171

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.47%

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

R = 47.56%
G = 29.47%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA9171 (or 0xEA9171) is known color: Dark Salmon. HEX triplet: EA, 91 and 71. RGB value is (234,145,113). Sum of RGB (Red+Green+Blue) = 234+145+113=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9171 is #156E8E. Grayscale: #A8A8A8. Windows color (decimal): -1404559 or 7442922. OLE color: 7442922.

HSL color Cylindrical-coordinate representation of color #EA9171: hue angle of 15.87º 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 #EA9171 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 145 113 -
CMYK 0 0.38 0.52 0.08
HSL 15.87º 0.74% 0.68% -
HSV(B) 15.87º 0.52% 0.92% -
XYZ 47.04 38.94 20.66 -
YUV 167.96 96.99 175.1 -
System Red Green Blue C M Y K H S L
Decimal 234 145 113 0 0.38 0.52 0.08 15.87 0.74 0.68
Hex EA 91 71 0 26 34 8 10 4A 44
Octal 352 221 161 0 46 64 10 20 112 104
Binary 11101010 10010001 1110001 0 100110 110100 1000 10000 1001010 1000100

Color Harmonies of #EA9171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9171

Black with #EA9171

Text Example


Text Example

White with #EA9171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9171; }

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

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

background-color css

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

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

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

border-color css

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

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

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