Html Css Color HEX #EA9179 Dark Salmon

📋 copy color: '#EA9179'

red 234 ◦ green 145 ◦ blue 121

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

Shades of Dark Salmon #EA9179

Tints of Dark Salmon #EA9179

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29%

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

R = 46.8%
G = 29%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA9179 (or 0xEA9179) is known color: Dark Salmon. HEX triplet: EA, 91 and 79. RGB value is (234,145,121). Sum of RGB (Red+Green+Blue) = 234+145+121=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9179 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9179 is #156E86. Grayscale: #A9A9A9. Windows color (decimal): -1404551 or 7967210. OLE color: 7967210.

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

Color convert

RGB 234 145 121 -
CMYK 0 0.38 0.48 0.08
HSL 12.74º 0.73% 0.7% -
HSV(B) 12.74º 0.48% 0.92% -
XYZ 47.51 39.12 23.14 -
YUV 168.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 234 145 121 0 0.38 0.48 0.08 12.74 0.73 0.7
Hex EA 91 79 0 26 30 8 D 49 46
Octal 352 221 171 0 46 60 10 15 111 106
Binary 11101010 10010001 1111001 0 100110 110000 1000 1101 1001001 1000110

Color Harmonies of #EA9179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9179

Black with #EA9179

Text Example


Text Example

White with #EA9179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9179; }

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

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

background-color css

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

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

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

border-color css

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

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

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