Html Css Color HEX #E09780 Dark Salmon

📋 copy color: '#E09780'

red 224 ◦ green 151 ◦ blue 128

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

Shades of Dark Salmon #E09780

Tints of Dark Salmon #E09780

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.02%

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

R = 44.53%
G = 30.02%
B = 25.45%

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

#E09780 (or 0xE09780) is known color: Dark Salmon. HEX triplet: E0, 97 and 80. RGB value is (224,151,128). Sum of RGB (Red+Green+Blue) = 224+151+128=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E09780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09780 is #1F687F. Grayscale: #AAAAAA. Windows color (decimal): -2058368 or 8427488. OLE color: 8427488.

HSL color Cylindrical-coordinate representation of color #E09780: hue angle of 14.38º 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 #E09780 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 151 128 -
CMYK 0 0.33 0.43 0.12
HSL 14.38º 0.61% 0.69% -
HSV(B) 14.38º 0.43% 0.88% -
XYZ 45.7 39.54 25.65 -
YUV 170.21 104.18 166.37 -
System Red Green Blue C M Y K H S L
Decimal 224 151 128 0 0.33 0.43 0.12 14.38 0.61 0.69
Hex E0 97 80 0 21 2B C E 3D 45
Octal 340 227 200 0 41 53 14 16 75 105
Binary 11100000 10010111 10000000 0 100001 101011 1100 1110 111101 1000101

Color Harmonies of #E09780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09780

Black with #E09780

Text Example


Text Example

White with #E09780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09780; }

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

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

background-color css

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

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

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

border-color css

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

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

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