Html Css Color HEX #EA9F73 Dark Salmon

📋 copy color: '#EA9F73'

red 234 ◦ green 159 ◦ blue 115

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

Shades of Dark Salmon #EA9F73

Tints of Dark Salmon #EA9F73

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.3%

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

R = 46.06%
G = 31.3%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA9F73 (or 0xEA9F73) is known color: Dark Salmon. HEX triplet: EA, 9F and 73. RGB value is (234,159,115). Sum of RGB (Red+Green+Blue) = 234+159+115=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 115 (45.31% from 255 or 22.64% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9F73 is #15608C. Grayscale: #B0B0B0. Windows color (decimal): -1400973 or 7577578. OLE color: 7577578.

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

Color convert

RGB 234 159 115 -
CMYK 0 0.32 0.51 0.08
HSL 22.18º 0.74% 0.68% -
HSV(B) 22.18º 0.51% 0.92% -
XYZ 49.42 43.53 22.02 -
YUV 176.41 93.35 169.08 -
System Red Green Blue C M Y K H S L
Decimal 234 159 115 0 0.32 0.51 0.08 22.18 0.74 0.68
Hex EA 9F 73 0 20 33 8 16 4A 44
Octal 352 237 163 0 40 63 10 26 112 104
Binary 11101010 10011111 1110011 0 100000 110011 1000 10110 1001010 1000100

Color Harmonies of #EA9F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F73

Black with #EA9F73

Text Example


Text Example

White with #EA9F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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