Html Css Color HEX #EAA07A Dark Salmon

📋 copy color: '#EAA07A'

red 234 ◦ green 160 ◦ blue 122

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

Shades of Dark Salmon #EAA07A

Tints of Dark Salmon #EAA07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.64%

R = 45.35%
G = 31.01%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EAA07A (or 0xEAA07A) is known color: Dark Salmon. HEX triplet: EA, A0 and 7A. RGB value is (234,160,122). Sum of RGB (Red+Green+Blue) = 234+160+122=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA07A is #155F85. Grayscale: #B2B2B2. Windows color (decimal): -1400710 or 8036586. OLE color: 8036586.

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

Color convert

RGB 234 160 122 -
CMYK 0 0.32 0.48 0.08
HSL 20.36º 0.73% 0.7% -
HSV(B) 20.36º 0.48% 0.92% -
XYZ 50.02 44.04 24.28 -
YUV 177.79 96.52 168.09 -
System Red Green Blue C M Y K H S L
Decimal 234 160 122 0 0.32 0.48 0.08 20.36 0.73 0.7
Hex EA A0 7A 0 20 30 8 14 49 46
Octal 352 240 172 0 40 60 10 24 111 106
Binary 11101010 10100000 1111010 0 100000 110000 1000 10100 1001001 1000110

Color Harmonies of #EAA07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA07A

Black with #EAA07A

Text Example


Text Example

White with #EAA07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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