Html Css Color HEX #E0967A Dark Salmon

📋 copy color: '#E0967A'

red 224 ◦ green 150 ◦ blue 122

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

Shades of Dark Salmon #E0967A

Tints of Dark Salmon #E0967A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.6%

R = 45.16%
G = 30.24%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0967A (or 0xE0967A) is known color: Dark Salmon. HEX triplet: E0, 96 and 7A. RGB value is (224,150,122). Sum of RGB (Red+Green+Blue) = 224+150+122=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0967A is #1F6985. Grayscale: #A9A9A9. Windows color (decimal): -2058630 or 8034016. OLE color: 8034016.

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

Color convert

RGB 224 150 122 -
CMYK 0 0.33 0.46 0.12
HSL 16.47º 0.62% 0.68% -
HSV(B) 16.47º 0.46% 0.88% -
XYZ 45.16 39.07 23.57 -
YUV 168.93 101.52 167.28 -
System Red Green Blue C M Y K H S L
Decimal 224 150 122 0 0.33 0.46 0.12 16.47 0.62 0.68
Hex E0 96 7A 0 21 2E C 10 3E 44
Octal 340 226 172 0 41 56 14 20 76 104
Binary 11100000 10010110 1111010 0 100001 101110 1100 10000 111110 1000100

Color Harmonies of #E0967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0967A

Black with #E0967A

Text Example


Text Example

White with #E0967A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0967A; }

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

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

background-color css

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

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

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

border-color css

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

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

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