Html Css Color HEX #EAA17E Dark Salmon

📋 copy color: '#EAA17E'

red 234 ◦ green 161 ◦ blue 126

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

Shades of Dark Salmon #EAA17E

Tints of Dark Salmon #EAA17E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.9%

 BLUE value IS 126 (49.61% from 255) = 24.18%

R = 44.91%
G = 30.9%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EAA17E (or 0xEAA17E) is known color: Dark Salmon. HEX triplet: EA, A1 and 7E. RGB value is (234,161,126). Sum of RGB (Red+Green+Blue) = 234+161+126=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA17E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA17E is #155E81. Grayscale: #B3B3B3. Windows color (decimal): -1400450 or 8298986. OLE color: 8298986.

HSL color Cylindrical-coordinate representation of color #EAA17E: hue angle of 19.44º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EAA17E is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 161 126 -
CMYK 0 0.31 0.46 0.08
HSL 19.44º 0.72% 0.71% -
HSV(B) 19.44º 0.46% 0.92% -
XYZ 50.44 44.49 25.67 -
YUV 178.84 98.18 167.35 -
System Red Green Blue C M Y K H S L
Decimal 234 161 126 0 0.31 0.46 0.08 19.44 0.72 0.71
Hex EA A1 7E 0 1F 2E 8 13 48 47
Octal 352 241 176 0 37 56 10 23 110 107
Binary 11101010 10100001 1111110 0 11111 101110 1000 10011 1001000 1000111

Color Harmonies of #EAA17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA17E

Black with #EAA17E

Text Example


Text Example

White with #EAA17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA17E; }

 p { color: rgb(234,161,126); }

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

background-color css

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

 a { background-color: rgb(234,161,126); }

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

border-color css

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

 span { border-color: rgb(234,161,126); }

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