Html Css Color HEX #EAA076 Dark Salmon

📋 copy color: '#EAA076'

red 234 ◦ green 160 ◦ blue 118

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

Shades of Dark Salmon #EAA076

Tints of Dark Salmon #EAA076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.05%

R = 45.7%
G = 31.25%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAA076 (or 0xEAA076) is known color: Dark Salmon. HEX triplet: EA, A0 and 76. RGB value is (234,160,118). Sum of RGB (Red+Green+Blue) = 234+160+118=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA076 is #155F89. Grayscale: #B1B1B1. Windows color (decimal): -1400714 or 7774442. OLE color: 7774442.

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

Color convert

RGB 234 160 118 -
CMYK 0 0.32 0.50 0.08
HSL 21.72º 0.73% 0.69% -
HSV(B) 21.72º 0.5% 0.92% -
XYZ 49.77 43.94 23 -
YUV 177.34 94.52 168.42 -
System Red Green Blue C M Y K H S L
Decimal 234 160 118 0 0.32 0.50 0.08 21.72 0.73 0.69
Hex EA A0 76 0 20 32 8 16 49 45
Octal 352 240 166 0 40 62 10 26 111 105
Binary 11101010 10100000 1110110 0 100000 110010 1000 10110 1001001 1000101

Color Harmonies of #EAA076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA076

Black with #EAA076

Text Example


Text Example

White with #EAA076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA076; }

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

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

background-color css

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

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

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

border-color css

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

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

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