Html Css Color HEX #EA8C73 Dark Salmon

📋 copy color: '#EA8C73'

red 234 ◦ green 140 ◦ blue 115

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

Shades of Dark Salmon #EA8C73

Tints of Dark Salmon #EA8C73

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.63%

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

R = 47.85%
G = 28.63%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA8C73 (or 0xEA8C73) is known color: Dark Salmon. HEX triplet: EA, 8C and 73. RGB value is (234,140,115). Sum of RGB (Red+Green+Blue) = 234+140+115=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8C73 is #15738C. Grayscale: #A5A5A5. Windows color (decimal): -1405837 or 7572714. OLE color: 7572714.

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

Color convert

RGB 234 140 115 -
CMYK 0 0.40 0.51 0.08
HSL 12.61º 0.74% 0.68% -
HSV(B) 12.61º 0.51% 0.92% -
XYZ 46.4 37.49 21.01 -
YUV 165.26 99.64 177.03 -
System Red Green Blue C M Y K H S L
Decimal 234 140 115 0 0.40 0.51 0.08 12.61 0.74 0.68
Hex EA 8C 73 0 28 33 8 D 4A 44
Octal 352 214 163 0 50 63 10 15 112 104
Binary 11101010 10001100 1110011 0 101000 110011 1000 1101 1001010 1000100

Color Harmonies of #EA8C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C73

Black with #EA8C73

Text Example


Text Example

White with #EA8C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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