Html Css Color HEX #E6917B Dark Salmon

📋 copy color: '#E6917B'

red 230 ◦ green 145 ◦ blue 123

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

Shades of Dark Salmon #E6917B

Tints of Dark Salmon #E6917B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.7%

R = 46.18%
G = 29.12%
B = 24.7%

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

#E6917B (or 0xE6917B) is known color: Dark Salmon. HEX triplet: E6, 91 and 7B. RGB value is (230,145,123). Sum of RGB (Red+Green+Blue) = 230+145+123=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E6917B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6917B is #196E84. Grayscale: #A8A8A8. Windows color (decimal): -1666693 or 8098278. OLE color: 8098278.

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

Color convert

RGB 230 145 123 -
CMYK 0 0.37 0.47 0.10
HSL 12.34º 0.68% 0.69% -
HSV(B) 12.34º 0.47% 0.9% -
XYZ 46.33 38.5 23.73 -
YUV 167.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 230 145 123 0 0.37 0.47 0.10 12.34 0.68 0.69
Hex E6 91 7B 0 25 2F A C 44 45
Octal 346 221 173 0 45 57 12 14 104 105
Binary 11100110 10010001 1111011 0 100101 101111 1010 1100 1000100 1000101

Color Harmonies of #E6917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6917B

Black with #E6917B

Text Example


Text Example

White with #E6917B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6917B; }

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

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

background-color css

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

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

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

border-color css

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

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

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