Html Css Color HEX #EA9779 Dark Salmon

📋 copy color: '#EA9779'

red 234 ◦ green 151 ◦ blue 121

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

Shades of Dark Salmon #EA9779

Tints of Dark Salmon #EA9779

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.84%

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

R = 46.25%
G = 29.84%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA9779 (or 0xEA9779) is known color: Dark Salmon. HEX triplet: EA, 97 and 79. RGB value is (234,151,121). Sum of RGB (Red+Green+Blue) = 234+151+121=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9779 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9779 is #156886. Grayscale: #ACACAC. Windows color (decimal): -1403015 or 7968746. OLE color: 7968746.

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

Color convert

RGB 234 151 121 -
CMYK 0 0.35 0.48 0.08
HSL 15.93º 0.73% 0.7% -
HSV(B) 15.93º 0.48% 0.92% -
XYZ 48.45 41.01 23.45 -
YUV 172.4 99 171.94 -
System Red Green Blue C M Y K H S L
Decimal 234 151 121 0 0.35 0.48 0.08 15.93 0.73 0.7
Hex EA 97 79 0 23 30 8 10 49 46
Octal 352 227 171 0 43 60 10 20 111 106
Binary 11101010 10010111 1111001 0 100011 110000 1000 10000 1001001 1000110

Color Harmonies of #EA9779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9779

Black with #EA9779

Text Example


Text Example

White with #EA9779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9779; }

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

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

background-color css

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

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

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

border-color css

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

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

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