Html Css Color HEX #EA9F77 Dark Salmon

📋 copy color: '#EA9F77'

red 234 ◦ green 159 ◦ blue 119

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

Shades of Dark Salmon #EA9F77

Tints of Dark Salmon #EA9F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.24%

R = 45.7%
G = 31.05%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA9F77 (or 0xEA9F77) is known color: Dark Salmon. HEX triplet: EA, 9F and 77. RGB value is (234,159,119). Sum of RGB (Red+Green+Blue) = 234+159+119=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9F77 is #156088. Grayscale: #B1B1B1. Windows color (decimal): -1400969 or 7839722. OLE color: 7839722.

HSL color Cylindrical-coordinate representation of color #EA9F77: hue angle of 20.87º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA9F77 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 159 119 -
CMYK 0 0.32 0.49 0.08
HSL 20.87º 0.73% 0.69% -
HSV(B) 20.87º 0.49% 0.92% -
XYZ 49.66 43.62 23.26 -
YUV 176.87 95.35 168.75 -
System Red Green Blue C M Y K H S L
Decimal 234 159 119 0 0.32 0.49 0.08 20.87 0.73 0.69
Hex EA 9F 77 0 20 31 8 15 49 45
Octal 352 237 167 0 40 61 10 25 111 105
Binary 11101010 10011111 1110111 0 100000 110001 1000 10101 1001001 1000101

Color Harmonies of #EA9F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F77

Black with #EA9F77

Text Example


Text Example

White with #EA9F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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