Html Css Color HEX #E09480 Dark Salmon

📋 copy color: '#E09480'

red 224 ◦ green 148 ◦ blue 128

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

Shades of Dark Salmon #E09480

Tints of Dark Salmon #E09480

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.6%

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

R = 44.8%
G = 29.6%
B = 25.6%

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

#E09480 (or 0xE09480) is known color: Dark Salmon. HEX triplet: E0, 94 and 80. RGB value is (224,148,128). Sum of RGB (Red+Green+Blue) = 224+148+128=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E09480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09480 is #1F6B7F. Grayscale: #A8A8A8. Windows color (decimal): -2059136 or 8426720. OLE color: 8426720.

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

Color convert

RGB 224 148 128 -
CMYK 0 0.34 0.43 0.12
HSL 12.5º 0.61% 0.69% -
HSV(B) 12.5º 0.43% 0.88% -
XYZ 45.23 38.59 25.49 -
YUV 168.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 224 148 128 0 0.34 0.43 0.12 12.5 0.61 0.69
Hex E0 94 80 0 22 2B C C 3D 45
Octal 340 224 200 0 42 53 14 14 75 105
Binary 11100000 10010100 10000000 0 100010 101011 1100 1100 111101 1000101

Color Harmonies of #E09480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09480

Black with #E09480

Text Example


Text Example

White with #E09480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09480; }

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

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

background-color css

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

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

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

border-color css

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

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

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