Html Css Color HEX #EA9573 Dark Salmon

📋 copy color: '#EA9573'

red 234 ◦ green 149 ◦ blue 115

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

Shades of Dark Salmon #EA9573

Tints of Dark Salmon #EA9573

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.92%

 BLUE value IS 115 (45.31% from 255) = 23.09%

R = 46.99%
G = 29.92%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA9573 (or 0xEA9573) is known color: Dark Salmon. HEX triplet: EA, 95 and 73. RGB value is (234,149,115). Sum of RGB (Red+Green+Blue) = 234+149+115=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9573 is #156A8C. Grayscale: #AAAAAA. Windows color (decimal): -1403533 or 7575018. OLE color: 7575018.

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

Color convert

RGB 234 149 115 -
CMYK 0 0.36 0.51 0.08
HSL 17.14º 0.74% 0.68% -
HSV(B) 17.14º 0.51% 0.92% -
XYZ 47.77 40.23 21.47 -
YUV 170.54 96.66 173.26 -
System Red Green Blue C M Y K H S L
Decimal 234 149 115 0 0.36 0.51 0.08 17.14 0.74 0.68
Hex EA 95 73 0 24 33 8 11 4A 44
Octal 352 225 163 0 44 63 10 21 112 104
Binary 11101010 10010101 1110011 0 100100 110011 1000 10001 1001010 1000100

Color Harmonies of #EA9573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9573

Black with #EA9573

Text Example


Text Example

White with #EA9573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9573; }

 p { color: rgb(234,149,115); }

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

background-color css

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

 a { background-color: rgb(234,149,115); }

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

border-color css

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

 span { border-color: rgb(234,149,115); }

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