Html Css Color HEX #EA957D Dark Salmon

📋 copy color: '#EA957D'

red 234 ◦ green 149 ◦ blue 125

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

Shades of Dark Salmon #EA957D

Tints of Dark Salmon #EA957D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.61%

R = 46.06%
G = 29.33%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA957D (or 0xEA957D) is known color: Dark Salmon. HEX triplet: EA, 95 and 7D. RGB value is (234,149,125). Sum of RGB (Red+Green+Blue) = 234+149+125=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EA957D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA957D is #156A82. Grayscale: #ABABAB. Windows color (decimal): -1403523 or 8230378. OLE color: 8230378.

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

Color convert

RGB 234 149 125 -
CMYK 0 0.36 0.47 0.08
HSL 13.21º 0.72% 0.7% -
HSV(B) 13.21º 0.47% 0.92% -
XYZ 48.38 40.47 24.66 -
YUV 171.68 101.66 172.45 -
System Red Green Blue C M Y K H S L
Decimal 234 149 125 0 0.36 0.47 0.08 13.21 0.72 0.7
Hex EA 95 7D 0 24 2F 8 D 48 46
Octal 352 225 175 0 44 57 10 15 110 106
Binary 11101010 10010101 1111101 0 100100 101111 1000 1101 1001000 1000110

Color Harmonies of #EA957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA957D

Black with #EA957D

Text Example


Text Example

White with #EA957D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA957D; }

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

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

background-color css

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

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

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

border-color css

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

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

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