Html Css Color HEX #E6977A Dark Salmon

📋 copy color: '#E6977A'

red 230 ◦ green 151 ◦ blue 122

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

Shades of Dark Salmon #E6977A

Tints of Dark Salmon #E6977A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.02%

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

R = 45.73%
G = 30.02%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6977A (or 0xE6977A) is known color: Dark Salmon. HEX triplet: E6, 97 and 7A. RGB value is (230,151,122). Sum of RGB (Red+Green+Blue) = 230+151+122=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E6977A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6977A is #196885. Grayscale: #ABABAB. Windows color (decimal): -1665158 or 8034278. OLE color: 8034278.

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

Color convert

RGB 230 151 122 -
CMYK 0 0.34 0.47 0.10
HSL 16.11º 0.68% 0.69% -
HSV(B) 16.11º 0.47% 0.9% -
XYZ 47.21 40.36 23.71 -
YUV 171.32 100.17 169.86 -
System Red Green Blue C M Y K H S L
Decimal 230 151 122 0 0.34 0.47 0.10 16.11 0.68 0.69
Hex E6 97 7A 0 22 2F A 10 44 45
Octal 346 227 172 0 42 57 12 20 104 105
Binary 11100110 10010111 1111010 0 100010 101111 1010 10000 1000100 1000101

Color Harmonies of #E6977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6977A

Black with #E6977A

Text Example


Text Example

White with #E6977A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6977A; }

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

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

background-color css

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

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

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

border-color css

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

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

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