Html Css Color HEX #E5996C Dark Salmon

📋 copy color: '#E5996C'

red 229 ◦ green 153 ◦ blue 108

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

Shades of Dark Salmon #E5996C

Tints of Dark Salmon #E5996C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.22%

 BLUE value IS 108 (42.58% from 255) = 22.04%

R = 46.73%
G = 31.22%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E5996C (or 0xE5996C) is known color: Dark Salmon. HEX triplet: E5, 99 and 6C. RGB value is (229,153,108). Sum of RGB (Red+Green+Blue) = 229+153+108=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E5996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5996C is #1A6693. Grayscale: #AAAAAA. Windows color (decimal): -1730196 or 7117285. OLE color: 7117285.

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

Color convert

RGB 229 153 108 -
CMYK 0 0.33 0.53 0.10
HSL 22.31º 0.7% 0.66% -
HSV(B) 22.31º 0.53% 0.9% -
XYZ 46.41 40.52 19.56 -
YUV 170.59 92.68 169.66 -
System Red Green Blue C M Y K H S L
Decimal 229 153 108 0 0.33 0.53 0.10 22.31 0.7 0.66
Hex E5 99 6C 0 21 35 A 16 46 42
Octal 345 231 154 0 41 65 12 26 106 102
Binary 11100101 10011001 1101100 0 100001 110101 1010 10110 1000110 1000010

Color Harmonies of #E5996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5996C

Black with #E5996C

Text Example


Text Example

White with #E5996C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5996C; }

 p { color: rgb(229,153,108); }

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

background-color css

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

 a { background-color: rgb(229,153,108); }

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

border-color css

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

 span { border-color: rgb(229,153,108); }

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