Html Css Color HEX #EAA070 Dark Salmon

📋 copy color: '#EAA070'

red 234 ◦ green 160 ◦ blue 112

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

Shades of Dark Salmon #EAA070

Tints of Dark Salmon #EAA070

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.62%

 BLUE value IS 112 (44.14% from 255) = 22.13%

R = 46.25%
G = 31.62%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAA070 (or 0xEAA070) is known color: Dark Salmon. HEX triplet: EA, A0 and 70. RGB value is (234,160,112). Sum of RGB (Red+Green+Blue) = 234+160+112=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA070 is #155F8F. Grayscale: #B0B0B0. Windows color (decimal): -1400720 or 7381226. OLE color: 7381226.

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

Color convert

RGB 234 160 112 -
CMYK 0 0.32 0.52 0.08
HSL 23.61º 0.74% 0.68% -
HSV(B) 23.61º 0.52% 0.92% -
XYZ 49.43 43.8 21.18 -
YUV 176.65 91.52 168.9 -
System Red Green Blue C M Y K H S L
Decimal 234 160 112 0 0.32 0.52 0.08 23.61 0.74 0.68
Hex EA A0 70 0 20 34 8 18 4A 44
Octal 352 240 160 0 40 64 10 30 112 104
Binary 11101010 10100000 1110000 0 100000 110100 1000 11000 1001010 1000100

Color Harmonies of #EAA070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA070

Black with #EAA070

Text Example


Text Example

White with #EAA070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA070; }

 p { color: rgb(234,160,112); }

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

background-color css

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

 a { background-color: rgb(234,160,112); }

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

border-color css

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

 span { border-color: rgb(234,160,112); }

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