Html Css Color HEX #E09A80 Dark Salmon

📋 copy color: '#E09A80'

red 224 ◦ green 154 ◦ blue 128

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

Shades of Dark Salmon #E09A80

Tints of Dark Salmon #E09A80

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.43%

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

R = 44.27%
G = 30.43%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E09A80 (or 0xE09A80) is known color: Dark Salmon. HEX triplet: E0, 9A and 80. RGB value is (224,154,128). Sum of RGB (Red+Green+Blue) = 224+154+128=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09A80 is #1F657F. Grayscale: #ACACAC. Windows color (decimal): -2057600 or 8428256. OLE color: 8428256.

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

Color convert

RGB 224 154 128 -
CMYK 0 0.31 0.43 0.12
HSL 16.25º 0.61% 0.69% -
HSV(B) 16.25º 0.43% 0.88% -
XYZ 46.19 40.52 25.81 -
YUV 171.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 224 154 128 0 0.31 0.43 0.12 16.25 0.61 0.69
Hex E0 9A 80 0 1F 2B C 10 3D 45
Octal 340 232 200 0 37 53 14 20 75 105
Binary 11100000 10011010 10000000 0 11111 101011 1100 10000 111101 1000101

Color Harmonies of #E09A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09A80

Black with #E09A80

Text Example


Text Example

White with #E09A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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