Html Css Color HEX #E39680 Dark Salmon

📋 copy color: '#E39680'

red 227 ◦ green 150 ◦ blue 128

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

Shades of Dark Salmon #E39680

Tints of Dark Salmon #E39680

RGB

 RED value IS 227 (89.06% from 255) = 44.95%

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

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

R = 44.95%
G = 29.7%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E39680 (or 0xE39680) is known color: Dark Salmon. HEX triplet: E3, 96 and 80. RGB value is (227,150,128). Sum of RGB (Red+Green+Blue) = 227+150+128=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 227 - color contains mainly: red. Hex color #E39680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39680 is #1C697F. Grayscale: #AAAAAA. Windows color (decimal): -1862016 or 8427235. OLE color: 8427235.

HSL color Cylindrical-coordinate representation of color #E39680: hue angle of 13.33º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E39680 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 150 128 -
CMYK 0 0.34 0.44 0.11
HSL 13.33º 0.64% 0.7% -
HSV(B) 13.33º 0.44% 0.89% -
XYZ 46.48 39.7 25.64 -
YUV 170.52 104.01 168.29 -
System Red Green Blue C M Y K H S L
Decimal 227 150 128 0 0.34 0.44 0.11 13.33 0.64 0.7
Hex E3 96 80 0 22 2C B D 40 46
Octal 343 226 200 0 42 54 13 15 100 106
Binary 11100011 10010110 10000000 0 100010 101100 1011 1101 1000000 1000110

Color Harmonies of #E39680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39680

Black with #E39680

Text Example


Text Example

White with #E39680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39680; }

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

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

background-color css

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

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

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

border-color css

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

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

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