Html Css Color HEX #E9A074 Dark Salmon

📋 copy color: '#E9A074'

red 233 ◦ green 160 ◦ blue 116

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

Shades of Dark Salmon #E9A074

Tints of Dark Salmon #E9A074

RGB

 RED value IS 233 (91.41% from 255) = 45.78%

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

 BLUE value IS 116 (45.7% from 255) = 22.79%

R = 45.78%
G = 31.43%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E9A074 (or 0xE9A074) is known color: Dark Salmon. HEX triplet: E9, A0 and 74. RGB value is (233,160,116). Sum of RGB (Red+Green+Blue) = 233+160+116=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A074 is #165F8B. Grayscale: #B1B1B1. Windows color (decimal): -1466252 or 7643369. OLE color: 7643369.

HSL color Cylindrical-coordinate representation of color #E9A074: hue angle of 22.56º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E9A074 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 160 116 -
CMYK 0 0.31 0.50 0.09
HSL 22.56º 0.73% 0.68% -
HSV(B) 22.56º 0.5% 0.91% -
XYZ 49.33 43.73 22.36 -
YUV 176.81 93.68 168.08 -
System Red Green Blue C M Y K H S L
Decimal 233 160 116 0 0.31 0.50 0.09 22.56 0.73 0.68
Hex E9 A0 74 0 1F 32 9 17 49 44
Octal 351 240 164 0 37 62 11 27 111 104
Binary 11101001 10100000 1110100 0 11111 110010 1001 10111 1001001 1000100

Color Harmonies of #E9A074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A074

Black with #E9A074

Text Example


Text Example

White with #E9A074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A074; }

 p { color: rgb(233,160,116); }

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

background-color css

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

 a { background-color: rgb(233,160,116); }

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

border-color css

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

 span { border-color: rgb(233,160,116); }

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