Html Css Color HEX #EA9371 Dark Salmon

📋 copy color: '#EA9371'

red 234 ◦ green 147 ◦ blue 113

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

Shades of Dark Salmon #EA9371

Tints of Dark Salmon #EA9371

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.76%

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

R = 47.37%
G = 29.76%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA9371 (or 0xEA9371) is known color: Dark Salmon. HEX triplet: EA, 93 and 71. RGB value is (234,147,113). Sum of RGB (Red+Green+Blue) = 234+147+113=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9371 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9371 is #156C8E. Grayscale: #A9A9A9. Windows color (decimal): -1404047 or 7443434. OLE color: 7443434.

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

Color convert

RGB 234 147 113 -
CMYK 0 0.37 0.52 0.08
HSL 16.86º 0.74% 0.68% -
HSV(B) 16.86º 0.52% 0.92% -
XYZ 47.35 39.55 20.76 -
YUV 169.14 96.32 174.26 -
System Red Green Blue C M Y K H S L
Decimal 234 147 113 0 0.37 0.52 0.08 16.86 0.74 0.68
Hex EA 93 71 0 25 34 8 11 4A 44
Octal 352 223 161 0 45 64 10 21 112 104
Binary 11101010 10010011 1110001 0 100101 110100 1000 10001 1001010 1000100

Color Harmonies of #EA9371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9371

Black with #EA9371

Text Example


Text Example

White with #EA9371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9371; }

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

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

background-color css

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

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

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

border-color css

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

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

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