Html Css Color HEX #E69677 Dark Salmon

📋 copy color: '#E69677'

red 230 ◦ green 150 ◦ blue 119

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

Shades of Dark Salmon #E69677

Tints of Dark Salmon #E69677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.85%

R = 46.09%
G = 30.06%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E69677 (or 0xE69677) is known color: Dark Salmon. HEX triplet: E6, 96 and 77. RGB value is (230,150,119). Sum of RGB (Red+Green+Blue) = 230+150+119=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E69677 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69677 is #196988. Grayscale: #AAAAAA. Windows color (decimal): -1665417 or 7837414. OLE color: 7837414.

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

Color convert

RGB 230 150 119 -
CMYK 0 0.35 0.48 0.10
HSL 16.76º 0.69% 0.68% -
HSV(B) 16.76º 0.48% 0.9% -
XYZ 46.87 39.97 22.7 -
YUV 170.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 230 150 119 0 0.35 0.48 0.10 16.76 0.69 0.68
Hex E6 96 77 0 23 30 A 11 45 44
Octal 346 226 167 0 43 60 12 21 105 104
Binary 11100110 10010110 1110111 0 100011 110000 1010 10001 1000101 1000100

Color Harmonies of #E69677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69677

Black with #E69677

Text Example


Text Example

White with #E69677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69677; }

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

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

background-color css

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

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

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

border-color css

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

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

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