Html Css Color HEX #EAA276 Dark Salmon

📋 copy color: '#EAA276'

red 234 ◦ green 162 ◦ blue 118

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

Shades of Dark Salmon #EAA276

Tints of Dark Salmon #EAA276

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.52%

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

R = 45.53%
G = 31.52%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAA276 (or 0xEAA276) is known color: Dark Salmon. HEX triplet: EA, A2 and 76. RGB value is (234,162,118). Sum of RGB (Red+Green+Blue) = 234+162+118=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA276 is #155D89. Grayscale: #B2B2B2. Windows color (decimal): -1400202 or 7774954. OLE color: 7774954.

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

Color convert

RGB 234 162 118 -
CMYK 0 0.31 0.50 0.08
HSL 22.76º 0.73% 0.69% -
HSV(B) 22.76º 0.5% 0.92% -
XYZ 50.12 44.64 23.11 -
YUV 178.51 93.85 167.58 -
System Red Green Blue C M Y K H S L
Decimal 234 162 118 0 0.31 0.50 0.08 22.76 0.73 0.69
Hex EA A2 76 0 1F 32 8 17 49 45
Octal 352 242 166 0 37 62 10 27 111 105
Binary 11101010 10100010 1110110 0 11111 110010 1000 10111 1001001 1000101

Color Harmonies of #EAA276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA276

Black with #EAA276

Text Example


Text Example

White with #EAA276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA276; }

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

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

background-color css

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

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

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

border-color css

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

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

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