Html Css Color HEX #EA9771 Dark Salmon

📋 copy color: '#EA9771'

red 234 ◦ green 151 ◦ blue 113

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

Shades of Dark Salmon #EA9771

Tints of Dark Salmon #EA9771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.69%

R = 46.99%
G = 30.32%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA9771 (or 0xEA9771) is known color: Dark Salmon. HEX triplet: EA, 97 and 71. RGB value is (234,151,113). Sum of RGB (Red+Green+Blue) = 234+151+113=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9771 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9771 is #15688E. Grayscale: #ABABAB. Windows color (decimal): -1403023 or 7444458. OLE color: 7444458.

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

Color convert

RGB 234 151 113 -
CMYK 0 0.35 0.52 0.08
HSL 18.84º 0.74% 0.68% -
HSV(B) 18.84º 0.52% 0.92% -
XYZ 47.98 40.82 20.97 -
YUV 171.49 95 172.59 -
System Red Green Blue C M Y K H S L
Decimal 234 151 113 0 0.35 0.52 0.08 18.84 0.74 0.68
Hex EA 97 71 0 23 34 8 13 4A 44
Octal 352 227 161 0 43 64 10 23 112 104
Binary 11101010 10010111 1110001 0 100011 110100 1000 10011 1001010 1000100

Color Harmonies of #EA9771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9771

Black with #EA9771

Text Example


Text Example

White with #EA9771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9771; }

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

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

background-color css

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

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

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

border-color css

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

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

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