Html Css Color HEX #E89680 Dark Salmon

📋 copy color: '#E89680'

red 232 ◦ green 150 ◦ blue 128

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

Shades of Dark Salmon #E89680

Tints of Dark Salmon #E89680

RGB

 RED value IS 232 (91.02% from 255) = 45.49%

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

 BLUE value IS 128 (50.39% from 255) = 25.1%

R = 45.49%
G = 29.41%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E89680 (or 0xE89680) is known color: Dark Salmon. HEX triplet: E8, 96 and 80. RGB value is (232,150,128). Sum of RGB (Red+Green+Blue) = 232+150+128=510 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.49% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 232 - color contains mainly: red. Hex color #E89680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89680 is #17697F. Grayscale: #ACACAC. Windows color (decimal): -1534336 or 8427240. OLE color: 8427240.

HSL color Cylindrical-coordinate representation of color #E89680: hue angle of 12.69º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E89680 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 150 128 -
CMYK 0 0.35 0.45 0.09
HSL 12.69º 0.69% 0.71% -
HSV(B) 12.69º 0.45% 0.91% -
XYZ 48.08 40.53 25.71 -
YUV 172.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 232 150 128 0 0.35 0.45 0.09 12.69 0.69 0.71
Hex E8 96 80 0 23 2D 9 D 45 47
Octal 350 226 200 0 43 55 11 15 105 107
Binary 11101000 10010110 10000000 0 100011 101101 1001 1101 1000101 1000111

Color Harmonies of #E89680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89680

Black with #E89680

Text Example


Text Example

White with #E89680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89680; }

 p { color: rgb(232,150,128); }

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

background-color css

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

 a { background-color: rgb(232,150,128); }

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

border-color css

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

 span { border-color: rgb(232,150,128); }

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