Html Css Color HEX #EA9F71 Dark Salmon

📋 copy color: '#EA9F71'

red 234 ◦ green 159 ◦ blue 113

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

Shades of Dark Salmon #EA9F71

Tints of Dark Salmon #EA9F71

RGB

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

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

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

R = 46.25%
G = 31.42%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA9F71 (or 0xEA9F71) is known color: Dark Salmon. HEX triplet: EA, 9F and 71. RGB value is (234,159,113). Sum of RGB (Red+Green+Blue) = 234+159+113=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9F71 is #15608E. Grayscale: #B0B0B0. Windows color (decimal): -1400975 or 7446506. OLE color: 7446506.

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

Color convert

RGB 234 159 113 -
CMYK 0 0.32 0.52 0.08
HSL 22.81º 0.74% 0.68% -
HSV(B) 22.81º 0.52% 0.92% -
XYZ 49.31 43.48 21.42 -
YUV 176.18 92.35 169.24 -
System Red Green Blue C M Y K H S L
Decimal 234 159 113 0 0.32 0.52 0.08 22.81 0.74 0.68
Hex EA 9F 71 0 20 34 8 17 4A 44
Octal 352 237 161 0 40 64 10 27 112 104
Binary 11101010 10011111 1110001 0 100000 110100 1000 10111 1001010 1000100

Color Harmonies of #EA9F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F71

Black with #EA9F71

Text Example


Text Example

White with #EA9F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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