Html Css Color HEX #E6917A Dark Salmon

📋 copy color: '#E6917A'

red 230 ◦ green 145 ◦ blue 122

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

Shades of Dark Salmon #E6917A

Tints of Dark Salmon #E6917A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.18%

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

R = 46.28%
G = 29.18%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6917A (or 0xE6917A) is known color: Dark Salmon. HEX triplet: E6, 91 and 7A. RGB value is (230,145,122). Sum of RGB (Red+Green+Blue) = 230+145+122=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E6917A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6917A is #196E85. Grayscale: #A7A7A7. Windows color (decimal): -1666694 or 8032742. OLE color: 8032742.

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

Color convert

RGB 230 145 122 -
CMYK 0 0.37 0.47 0.10
HSL 12.78º 0.68% 0.69% -
HSV(B) 12.78º 0.47% 0.9% -
XYZ 46.27 38.48 23.4 -
YUV 167.79 102.16 172.37 -
System Red Green Blue C M Y K H S L
Decimal 230 145 122 0 0.37 0.47 0.10 12.78 0.68 0.69
Hex E6 91 7A 0 25 2F A D 44 45
Octal 346 221 172 0 45 57 12 15 104 105
Binary 11100110 10010001 1111010 0 100101 101111 1010 1101 1000100 1000101

Color Harmonies of #E6917A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6917A

Black with #E6917A

Text Example


Text Example

White with #E6917A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6917A; }

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

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

background-color css

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

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

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

border-color css

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

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

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