Html Css Color HEX #EA9D79 Dark Salmon

📋 copy color: '#EA9D79'

red 234 ◦ green 157 ◦ blue 121

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

Shades of Dark Salmon #EA9D79

Tints of Dark Salmon #EA9D79

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.66%

 BLUE value IS 121 (47.66% from 255) = 23.63%

R = 45.7%
G = 30.66%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA9D79 (or 0xEA9D79) is known color: Dark Salmon. HEX triplet: EA, 9D and 79. RGB value is (234,157,121). Sum of RGB (Red+Green+Blue) = 234+157+121=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 121 (47.66% from 255 or 23.63% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9D79 is #156286. Grayscale: #B0B0B0. Windows color (decimal): -1401479 or 7970282. OLE color: 7970282.

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

Color convert

RGB 234 157 121 -
CMYK 0 0.33 0.48 0.08
HSL 19.12º 0.73% 0.7% -
HSV(B) 19.12º 0.48% 0.92% -
XYZ 49.44 42.99 23.78 -
YUV 175.92 97.01 169.43 -
System Red Green Blue C M Y K H S L
Decimal 234 157 121 0 0.33 0.48 0.08 19.12 0.73 0.7
Hex EA 9D 79 0 21 30 8 13 49 46
Octal 352 235 171 0 41 60 10 23 111 106
Binary 11101010 10011101 1111001 0 100001 110000 1000 10011 1001001 1000110

Color Harmonies of #EA9D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9D79

Black with #EA9D79

Text Example


Text Example

White with #EA9D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9D79; }

 p { color: rgb(234,157,121); }

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

background-color css

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

 a { background-color: rgb(234,157,121); }

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

border-color css

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

 span { border-color: rgb(234,157,121); }

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