Html Css Color HEX #E6997A Dark Salmon

📋 copy color: '#E6997A'

red 230 ◦ green 153 ◦ blue 122

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

Shades of Dark Salmon #E6997A

Tints of Dark Salmon #E6997A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.16%

R = 45.54%
G = 30.3%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6997A (or 0xE6997A) is known color: Dark Salmon. HEX triplet: E6, 99 and 7A. RGB value is (230,153,122). Sum of RGB (Red+Green+Blue) = 230+153+122=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E6997A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6997A is #196685. Grayscale: #ACACAC. Windows color (decimal): -1664646 or 8034790. OLE color: 8034790.

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

Color convert

RGB 230 153 122 -
CMYK 0 0.33 0.47 0.10
HSL 17.22º 0.68% 0.69% -
HSV(B) 17.22º 0.47% 0.9% -
XYZ 47.54 41.01 23.82 -
YUV 172.49 99.51 169.02 -
System Red Green Blue C M Y K H S L
Decimal 230 153 122 0 0.33 0.47 0.10 17.22 0.68 0.69
Hex E6 99 7A 0 21 2F A 11 44 45
Octal 346 231 172 0 41 57 12 21 104 105
Binary 11100110 10011001 1111010 0 100001 101111 1010 10001 1000100 1000101

Color Harmonies of #E6997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6997A

Black with #E6997A

Text Example


Text Example

White with #E6997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6997A; }

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

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

background-color css

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

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

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

border-color css

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

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

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