Html Css Color HEX #EAA07E Dark Salmon

📋 copy color: '#EAA07E'

red 234 ◦ green 160 ◦ blue 126

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

Shades of Dark Salmon #EAA07E

Tints of Dark Salmon #EAA07E

RGB

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

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

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

R = 45%
G = 30.77%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EAA07E (or 0xEAA07E) is known color: Dark Salmon. HEX triplet: EA, A0 and 7E. RGB value is (234,160,126). Sum of RGB (Red+Green+Blue) = 234+160+126=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA07E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA07E is #155F81. Grayscale: #B2B2B2. Windows color (decimal): -1400706 or 8298730. OLE color: 8298730.

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

Color convert

RGB 234 160 126 -
CMYK 0 0.32 0.46 0.08
HSL 18.89º 0.72% 0.71% -
HSV(B) 18.89º 0.46% 0.92% -
XYZ 50.27 44.14 25.61 -
YUV 178.25 98.52 167.76 -
System Red Green Blue C M Y K H S L
Decimal 234 160 126 0 0.32 0.46 0.08 18.89 0.72 0.71
Hex EA A0 7E 0 20 2E 8 13 48 47
Octal 352 240 176 0 40 56 10 23 110 107
Binary 11101010 10100000 1111110 0 100000 101110 1000 10011 1001000 1000111

Color Harmonies of #EAA07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA07E

Black with #EAA07E

Text Example


Text Example

White with #EAA07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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