Html Css Color HEX #EA9579 Dark Salmon

📋 copy color: '#EA9579'

red 234 ◦ green 149 ◦ blue 121

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

Shades of Dark Salmon #EA9579

Tints of Dark Salmon #EA9579

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.56%

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

R = 46.43%
G = 29.56%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA9579 (or 0xEA9579) is known color: Dark Salmon. HEX triplet: EA, 95 and 79. RGB value is (234,149,121). Sum of RGB (Red+Green+Blue) = 234+149+121=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9579 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9579 is #156A86. Grayscale: #ABABAB. Windows color (decimal): -1403527 or 7968234. OLE color: 7968234.

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

Color convert

RGB 234 149 121 -
CMYK 0 0.36 0.48 0.08
HSL 14.87º 0.73% 0.7% -
HSV(B) 14.87º 0.48% 0.92% -
XYZ 48.13 40.37 23.34 -
YUV 171.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 234 149 121 0 0.36 0.48 0.08 14.87 0.73 0.7
Hex EA 95 79 0 24 30 8 F 49 46
Octal 352 225 171 0 44 60 10 17 111 106
Binary 11101010 10010101 1111001 0 100100 110000 1000 1111 1001001 1000110

Color Harmonies of #EA9579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9579

Black with #EA9579

Text Example


Text Example

White with #EA9579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9579; }

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

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

background-color css

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

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

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

border-color css

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

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

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