Html Css Color HEX #E69676 Dark Salmon

📋 copy color: '#E69676'

red 230 ◦ green 150 ◦ blue 118

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

Shades of Dark Salmon #E69676

Tints of Dark Salmon #E69676

RGB

 RED value IS 230 (90.23% from 255) = 46.18%

 GREEN value IS 150 (58.98% from 255) = 30.12%

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

R = 46.18%
G = 30.12%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E69676 (or 0xE69676) is known color: Dark Salmon. HEX triplet: E6, 96 and 76. RGB value is (230,150,118). Sum of RGB (Red+Green+Blue) = 230+150+118=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E69676 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69676 is #196989. Grayscale: #AAAAAA. Windows color (decimal): -1665418 or 7771878. OLE color: 7771878.

HSL color Cylindrical-coordinate representation of color #E69676: hue angle of 17.14º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E69676 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 150 118 -
CMYK 0 0.35 0.49 0.10
HSL 17.14º 0.69% 0.68% -
HSV(B) 17.14º 0.49% 0.9% -
XYZ 46.81 39.94 22.38 -
YUV 170.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 230 150 118 0 0.35 0.49 0.10 17.14 0.69 0.68
Hex E6 96 76 0 23 31 A 11 45 44
Octal 346 226 166 0 43 61 12 21 105 104
Binary 11100110 10010110 1110110 0 100011 110001 1010 10001 1000101 1000100

Color Harmonies of #E69676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69676

Black with #E69676

Text Example


Text Example

White with #E69676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69676; }

 p { color: rgb(230,150,118); }

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

background-color css

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

 a { background-color: rgb(230,150,118); }

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

border-color css

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

 span { border-color: rgb(230,150,118); }

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