Html Css Color HEX #E6997C Dark Salmon

📋 copy color: '#E6997C'

red 230 ◦ green 153 ◦ blue 124

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

Shades of Dark Salmon #E6997C

Tints of Dark Salmon #E6997C

RGB

 RED value IS 230 (90.23% from 255) = 45.36%

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

 BLUE value IS 124 (48.83% from 255) = 24.46%

R = 45.36%
G = 30.18%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6997C (or 0xE6997C) is known color: Dark Salmon. HEX triplet: E6, 99 and 7C. RGB value is (230,153,124). Sum of RGB (Red+Green+Blue) = 230+153+124=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6997C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6997C is #196683. Grayscale: #ACACAC. Windows color (decimal): -1664644 or 8165862. OLE color: 8165862.

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

Color convert

RGB 230 153 124 -
CMYK 0 0.33 0.46 0.10
HSL 16.42º 0.68% 0.69% -
HSV(B) 16.42º 0.46% 0.9% -
XYZ 47.66 41.06 24.48 -
YUV 172.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 230 153 124 0 0.33 0.46 0.10 16.42 0.68 0.69
Hex E6 99 7C 0 21 2E A 10 44 45
Octal 346 231 174 0 41 56 12 20 104 105
Binary 11100110 10011001 1111100 0 100001 101110 1010 10000 1000100 1000101

Color Harmonies of #E6997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6997C

Black with #E6997C

Text Example


Text Example

White with #E6997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6997C; }

 p { color: rgb(230,153,124); }

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

background-color css

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

 a { background-color: rgb(230,153,124); }

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

border-color css

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

 span { border-color: rgb(230,153,124); }

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