Html Css Color HEX #EA937C Dark Salmon

📋 copy color: '#EA937C'

red 234 ◦ green 147 ◦ blue 124

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

Shades of Dark Salmon #EA937C

Tints of Dark Salmon #EA937C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.11%

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

R = 46.34%
G = 29.11%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA937C (or 0xEA937C) is known color: Dark Salmon. HEX triplet: EA, 93 and 7C. RGB value is (234,147,124). Sum of RGB (Red+Green+Blue) = 234+147+124=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 124 (48.83% from 255 or 24.55% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA937C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA937C is #156C83. Grayscale: #AAAAAA. Windows color (decimal): -1404036 or 8164330. OLE color: 8164330.

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

Color convert

RGB 234 147 124 -
CMYK 0 0.37 0.47 0.08
HSL 12.55º 0.72% 0.7% -
HSV(B) 12.55º 0.47% 0.92% -
XYZ 48 39.82 24.22 -
YUV 170.39 101.82 173.37 -
System Red Green Blue C M Y K H S L
Decimal 234 147 124 0 0.37 0.47 0.08 12.55 0.72 0.7
Hex EA 93 7C 0 25 2F 8 D 48 46
Octal 352 223 174 0 45 57 10 15 110 106
Binary 11101010 10010011 1111100 0 100101 101111 1000 1101 1001000 1000110

Color Harmonies of #EA937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA937C

Black with #EA937C

Text Example


Text Example

White with #EA937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA937C; }

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

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

background-color css

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

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

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

border-color css

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

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

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