Html Css Color HEX #E09680 Dark Salmon

📋 copy color: '#E09680'

red 224 ◦ green 150 ◦ blue 128

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

Shades of Dark Salmon #E09680

Tints of Dark Salmon #E09680

RGB

 RED value IS 224 (87.89% from 255) = 44.62%

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

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

R = 44.62%
G = 29.88%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E09680 (or 0xE09680) is known color: Dark Salmon. HEX triplet: E0, 96 and 80. RGB value is (224,150,128). Sum of RGB (Red+Green+Blue) = 224+150+128=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E09680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09680 is #1F697F. Grayscale: #A9A9A9. Windows color (decimal): -2058624 or 8427232. OLE color: 8427232.

HSL color Cylindrical-coordinate representation of color #E09680: hue angle of 13.75º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E09680 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 150 128 -
CMYK 0 0.33 0.43 0.12
HSL 13.75º 0.61% 0.69% -
HSV(B) 13.75º 0.43% 0.88% -
XYZ 45.54 39.22 25.59 -
YUV 169.62 104.52 166.79 -
System Red Green Blue C M Y K H S L
Decimal 224 150 128 0 0.33 0.43 0.12 13.75 0.61 0.69
Hex E0 96 80 0 21 2B C E 3D 45
Octal 340 226 200 0 41 53 14 16 75 105
Binary 11100000 10010110 10000000 0 100001 101011 1100 1110 111101 1000101

Color Harmonies of #E09680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09680

Black with #E09680

Text Example


Text Example

White with #E09680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09680; }

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

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

background-color css

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

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

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

border-color css

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

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

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