Html Css Color HEX #E5966E Dark Salmon

📋 copy color: '#E5966E'

red 229 ◦ green 150 ◦ blue 110

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

Shades of Dark Salmon #E5966E

Tints of Dark Salmon #E5966E

RGB

 RED value IS 229 (89.84% from 255) = 46.83%

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

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

R = 46.83%
G = 30.67%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5966E (or 0xE5966E) is known color: Dark Salmon. HEX triplet: E5, 96 and 6E. RGB value is (229,150,110). Sum of RGB (Red+Green+Blue) = 229+150+110=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E5966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5966E is #1A6991. Grayscale: #A9A9A9. Windows color (decimal): -1730962 or 7247589. OLE color: 7247589.

HSL color Cylindrical-coordinate representation of color #E5966E: hue angle of 20.17º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5966E is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 150 110 -
CMYK 0 0.34 0.52 0.10
HSL 20.17º 0.7% 0.66% -
HSV(B) 20.17º 0.52% 0.9% -
XYZ 46.03 39.6 19.97 -
YUV 169.06 94.67 170.75 -
System Red Green Blue C M Y K H S L
Decimal 229 150 110 0 0.34 0.52 0.10 20.17 0.7 0.66
Hex E5 96 6E 0 22 34 A 14 46 42
Octal 345 226 156 0 42 64 12 24 106 102
Binary 11100101 10010110 1101110 0 100010 110100 1010 10100 1000110 1000010

Color Harmonies of #E5966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5966E

Black with #E5966E

Text Example


Text Example

White with #E5966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5966E; }

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

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

background-color css

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

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

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

border-color css

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

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

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