Html Css Color HEX #E09380 Dark Salmon

📋 copy color: '#E09380'

red 224 ◦ green 147 ◦ blue 128

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

Shades of Dark Salmon #E09380

Tints of Dark Salmon #E09380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.46%

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

R = 44.89%
G = 29.46%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E09380 (or 0xE09380) is known color: Dark Salmon. HEX triplet: E0, 93 and 80. RGB value is (224,147,128). Sum of RGB (Red+Green+Blue) = 224+147+128=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E09380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09380 is #1F6C7F. Grayscale: #A8A8A8. Windows color (decimal): -2059392 or 8426464. OLE color: 8426464.

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

Color convert

RGB 224 147 128 -
CMYK 0 0.34 0.43 0.12
HSL 11.88º 0.61% 0.69% -
HSV(B) 11.88º 0.43% 0.88% -
XYZ 45.07 38.27 25.43 -
YUV 167.86 105.51 168.04 -
System Red Green Blue C M Y K H S L
Decimal 224 147 128 0 0.34 0.43 0.12 11.88 0.61 0.69
Hex E0 93 80 0 22 2B C C 3D 45
Octal 340 223 200 0 42 53 14 14 75 105
Binary 11100000 10010011 10000000 0 100010 101011 1100 1100 111101 1000101

Color Harmonies of #E09380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09380

Black with #E09380

Text Example


Text Example

White with #E09380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09380; }

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

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

background-color css

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

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

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

border-color css

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

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

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