Html Css Color HEX #EA987D Dark Salmon

📋 copy color: '#EA987D'

red 234 ◦ green 152 ◦ blue 125

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

Shades of Dark Salmon #EA987D

Tints of Dark Salmon #EA987D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.75%

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

R = 45.79%
G = 29.75%
B = 24.46%

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

#EA987D (or 0xEA987D) is known color: Dark Salmon. HEX triplet: EA, 98 and 7D. RGB value is (234,152,125). Sum of RGB (Red+Green+Blue) = 234+152+125=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA987D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA987D is #156782. Grayscale: #ADADAD. Windows color (decimal): -1402755 or 8231146. OLE color: 8231146.

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

Color convert

RGB 234 152 125 -
CMYK 0 0.35 0.47 0.08
HSL 14.86º 0.72% 0.7% -
HSV(B) 14.86º 0.47% 0.92% -
XYZ 48.86 41.43 24.82 -
YUV 173.44 100.67 171.2 -
System Red Green Blue C M Y K H S L
Decimal 234 152 125 0 0.35 0.47 0.08 14.86 0.72 0.7
Hex EA 98 7D 0 23 2F 8 F 48 46
Octal 352 230 175 0 43 57 10 17 110 106
Binary 11101010 10011000 1111101 0 100011 101111 1000 1111 1001000 1000110

Color Harmonies of #EA987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA987D

Black with #EA987D

Text Example


Text Example

White with #EA987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA987D; }

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

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

background-color css

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

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

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

border-color css

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

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

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