Html Css Color HEX #E5966D Dark Salmon

📋 copy color: '#E5966D'

red 229 ◦ green 150 ◦ blue 109

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

Shades of Dark Salmon #E5966D

Tints of Dark Salmon #E5966D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.34%

R = 46.93%
G = 30.74%
B = 22.34%

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

#E5966D (or 0xE5966D) is known color: Dark Salmon. HEX triplet: E5, 96 and 6D. RGB value is (229,150,109). Sum of RGB (Red+Green+Blue) = 229+150+109=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E5966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5966D is #1A6992. Grayscale: #A9A9A9. Windows color (decimal): -1730963 or 7182053. OLE color: 7182053.

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

Color convert

RGB 229 150 109 -
CMYK 0 0.34 0.52 0.10
HSL 20.5º 0.7% 0.66% -
HSV(B) 20.5º 0.52% 0.9% -
XYZ 45.98 39.57 19.68 -
YUV 168.95 94.17 170.83 -
System Red Green Blue C M Y K H S L
Decimal 229 150 109 0 0.34 0.52 0.10 20.5 0.7 0.66
Hex E5 96 6D 0 22 34 A 14 46 42
Octal 345 226 155 0 42 64 12 24 106 102
Binary 11100101 10010110 1101101 0 100010 110100 1010 10100 1000110 1000010

Color Harmonies of #E5966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5966D

Black with #E5966D

Text Example


Text Example

White with #E5966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5966D; }

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

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

background-color css

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

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

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

border-color css

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

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

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