Html Css Color HEX #EAA178 Dark Salmon

📋 copy color: '#EAA178'

red 234 ◦ green 161 ◦ blue 120

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

Shades of Dark Salmon #EAA178

Tints of Dark Salmon #EAA178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.3%

R = 45.44%
G = 31.26%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EAA178 (or 0xEAA178) is known color: Dark Salmon. HEX triplet: EA, A1 and 78. RGB value is (234,161,120). Sum of RGB (Red+Green+Blue) = 234+161+120=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA178 is #155E87. Grayscale: #B2B2B2. Windows color (decimal): -1400456 or 7905770. OLE color: 7905770.

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

Color convert

RGB 234 161 120 -
CMYK 0 0.31 0.49 0.08
HSL 21.58º 0.73% 0.69% -
HSV(B) 21.58º 0.49% 0.92% -
XYZ 50.07 44.34 23.69 -
YUV 178.15 95.18 167.83 -
System Red Green Blue C M Y K H S L
Decimal 234 161 120 0 0.31 0.49 0.08 21.58 0.73 0.69
Hex EA A1 78 0 1F 31 8 16 49 45
Octal 352 241 170 0 37 61 10 26 111 105
Binary 11101010 10100001 1111000 0 11111 110001 1000 10110 1001001 1000101

Color Harmonies of #EAA178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA178

Black with #EAA178

Text Example


Text Example

White with #EAA178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA178; }

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

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

background-color css

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

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

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

border-color css

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

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

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