Html Css Color HEX #E2966E Dark Salmon

📋 copy color: '#E2966E'

red 226 ◦ green 150 ◦ blue 110

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

Shades of Dark Salmon #E2966E

Tints of Dark Salmon #E2966E

RGB

 RED value IS 226 (88.67% from 255) = 46.5%

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

 BLUE value IS 110 (43.36% from 255) = 22.63%

R = 46.5%
G = 30.86%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E2966E (or 0xE2966E) is known color: Dark Salmon. HEX triplet: E2, 96 and 6E. RGB value is (226,150,110). Sum of RGB (Red+Green+Blue) = 226+150+110=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2966E is #1D6991. Grayscale: #A8A8A8. Windows color (decimal): -1927570 or 7247586. OLE color: 7247586.

HSL color Cylindrical-coordinate representation of color #E2966E: hue angle of 20.69º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2966E is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 150 110 -
CMYK 0 0.34 0.51 0.11
HSL 20.69º 0.67% 0.66% -
HSV(B) 20.69º 0.51% 0.89% -
XYZ 45.08 39.11 19.92 -
YUV 168.16 95.18 169.25 -
System Red Green Blue C M Y K H S L
Decimal 226 150 110 0 0.34 0.51 0.11 20.69 0.67 0.66
Hex E2 96 6E 0 22 33 B 15 43 42
Octal 342 226 156 0 42 63 13 25 103 102
Binary 11100010 10010110 1101110 0 100010 110011 1011 10101 1000011 1000010

Color Harmonies of #E2966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2966E

Black with #E2966E

Text Example


Text Example

White with #E2966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2966E; }

 p { color: rgb(226,150,110); }

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

background-color css

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

 a { background-color: rgb(226,150,110); }

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

border-color css

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

 span { border-color: rgb(226,150,110); }

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