Html Css Color HEX #EA977F Dark Salmon

📋 copy color: '#EA977F'

red 234 ◦ green 151 ◦ blue 127

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

Shades of Dark Salmon #EA977F

Tints of Dark Salmon #EA977F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.8%

R = 45.7%
G = 29.49%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EA977F (or 0xEA977F) is known color: Dark Salmon. HEX triplet: EA, 97 and 7F. RGB value is (234,151,127). Sum of RGB (Red+Green+Blue) = 234+151+127=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA977F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA977F is #156880. Grayscale: #ADADAD. Windows color (decimal): -1403009 or 8361962. OLE color: 8361962.

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

Color convert

RGB 234 151 127 -
CMYK 0 0.35 0.46 0.08
HSL 13.46º 0.72% 0.71% -
HSV(B) 13.46º 0.46% 0.92% -
XYZ 48.83 41.16 25.45 -
YUV 173.08 102 171.45 -
System Red Green Blue C M Y K H S L
Decimal 234 151 127 0 0.35 0.46 0.08 13.46 0.72 0.71
Hex EA 97 7F 0 23 2E 8 D 48 47
Octal 352 227 177 0 43 56 10 15 110 107
Binary 11101010 10010111 1111111 0 100011 101110 1000 1101 1001000 1000111

Color Harmonies of #EA977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA977F

Black with #EA977F

Text Example


Text Example

White with #EA977F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA977F; }

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

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

background-color css

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

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

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

border-color css

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

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

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