Html Css Color HEX #EA977C Dark Salmon

📋 copy color: '#EA977C'

red 234 ◦ green 151 ◦ blue 124

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

Shades of Dark Salmon #EA977C

Tints of Dark Salmon #EA977C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.36%

R = 45.97%
G = 29.67%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA977C (or 0xEA977C) is known color: Dark Salmon. HEX triplet: EA, 97 and 7C. RGB value is (234,151,124). Sum of RGB (Red+Green+Blue) = 234+151+124=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA977C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA977C is #156883. Grayscale: #ACACAC. Windows color (decimal): -1403012 or 8165354. OLE color: 8165354.

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

Color convert

RGB 234 151 124 -
CMYK 0 0.35 0.47 0.08
HSL 14.73º 0.72% 0.7% -
HSV(B) 14.73º 0.47% 0.92% -
XYZ 48.64 41.08 24.43 -
YUV 172.74 100.5 171.7 -
System Red Green Blue C M Y K H S L
Decimal 234 151 124 0 0.35 0.47 0.08 14.73 0.72 0.7
Hex EA 97 7C 0 23 2F 8 F 48 46
Octal 352 227 174 0 43 57 10 17 110 106
Binary 11101010 10010111 1111100 0 100011 101111 1000 1111 1001000 1000110

Color Harmonies of #EA977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA977C

Black with #EA977C

Text Example


Text Example

White with #EA977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA977C; }

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

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

background-color css

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

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

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

border-color css

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

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

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