Html Css Color HEX #EAA175 Dark Salmon

📋 copy color: '#EAA175'

red 234 ◦ green 161 ◦ blue 117

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

Shades of Dark Salmon #EAA175

Tints of Dark Salmon #EAA175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.85%

R = 45.7%
G = 31.45%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EAA175 (or 0xEAA175) is known color: Dark Salmon. HEX triplet: EA, A1 and 75. RGB value is (234,161,117). Sum of RGB (Red+Green+Blue) = 234+161+117=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA175 is #155E8A. Grayscale: #B2B2B2. Windows color (decimal): -1400459 or 7709162. OLE color: 7709162.

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

Color convert

RGB 234 161 117 -
CMYK 0 0.31 0.5 0.08
HSL 22.56º 0.74% 0.69% -
HSV(B) 22.56º 0.5% 0.92% -
XYZ 49.89 44.27 22.74 -
YUV 177.81 93.68 168.08 -
System Red Green Blue C M Y K H S L
Decimal 234 161 117 0 0.31 0.5 0.08 22.56 0.74 0.69
Hex EA A1 75 0 1F 32 8 17 4A 45
Octal 352 241 165 0 37 62 10 27 112 105
Binary 11101010 10100001 1110101 0 11111 110010 1000 10111 1001010 1000101

Color Harmonies of #EAA175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA175

Black with #EAA175

Text Example


Text Example

White with #EAA175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA175; }

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

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

background-color css

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

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

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

border-color css

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

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

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