Html Css Color HEX #EA997C Dark Salmon

📋 copy color: '#EA997C'

red 234 ◦ green 153 ◦ blue 124

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

Shades of Dark Salmon #EA997C

Tints of Dark Salmon #EA997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.94%

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

R = 45.79%
G = 29.94%
B = 24.27%

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

#EA997C (or 0xEA997C) is known color: Dark Salmon. HEX triplet: EA, 99 and 7C. RGB value is (234,153,124). Sum of RGB (Red+Green+Blue) = 234+153+124=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA997C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA997C is #156683. Grayscale: #AEAEAE. Windows color (decimal): -1402500 or 8165866. OLE color: 8165866.

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

Color convert

RGB 234 153 124 -
CMYK 0 0.35 0.47 0.08
HSL 15.82º 0.72% 0.7% -
HSV(B) 15.82º 0.47% 0.92% -
XYZ 48.96 41.73 24.54 -
YUV 173.91 99.84 170.86 -
System Red Green Blue C M Y K H S L
Decimal 234 153 124 0 0.35 0.47 0.08 15.82 0.72 0.7
Hex EA 99 7C 0 23 2F 8 10 48 46
Octal 352 231 174 0 43 57 10 20 110 106
Binary 11101010 10011001 1111100 0 100011 101111 1000 10000 1001000 1000110

Color Harmonies of #EA997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA997C

Black with #EA997C

Text Example


Text Example

White with #EA997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA997C; }

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

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

background-color css

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

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

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

border-color css

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

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

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