Html Css Color HEX #E0967C Dark Salmon

📋 copy color: '#E0967C'

red 224 ◦ green 150 ◦ blue 124

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

Shades of Dark Salmon #E0967C

Tints of Dark Salmon #E0967C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.9%

R = 44.98%
G = 30.12%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0967C (or 0xE0967C) is known color: Dark Salmon. HEX triplet: E0, 96 and 7C. RGB value is (224,150,124). Sum of RGB (Red+Green+Blue) = 224+150+124=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E0967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0967C is #1F6983. Grayscale: #A9A9A9. Windows color (decimal): -2058628 or 8165088. OLE color: 8165088.

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

Color convert

RGB 224 150 124 -
CMYK 0 0.33 0.45 0.12
HSL 15.6º 0.62% 0.68% -
HSV(B) 15.6º 0.45% 0.88% -
XYZ 45.28 39.12 24.23 -
YUV 169.16 102.52 167.11 -
System Red Green Blue C M Y K H S L
Decimal 224 150 124 0 0.33 0.45 0.12 15.6 0.62 0.68
Hex E0 96 7C 0 21 2D C 10 3E 44
Octal 340 226 174 0 41 55 14 20 76 104
Binary 11100000 10010110 1111100 0 100001 101101 1100 10000 111110 1000100

Color Harmonies of #E0967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0967C

Black with #E0967C

Text Example


Text Example

White with #E0967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0967C; }

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

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

background-color css

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

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

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

border-color css

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

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

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