Html Css Color HEX #E8916C Dark Salmon

📋 copy color: '#E8916C'

red 232 ◦ green 145 ◦ blue 108

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

Shades of Dark Salmon #E8916C

Tints of Dark Salmon #E8916C

RGB

 RED value IS 232 (91.02% from 255) = 47.84%

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

 BLUE value IS 108 (42.58% from 255) = 22.27%

R = 47.84%
G = 29.9%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E8916C (or 0xE8916C) is known color: Dark Salmon. HEX triplet: E8, 91 and 6C. RGB value is (232,145,108). Sum of RGB (Red+Green+Blue) = 232+145+108=485 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.84% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 232 - color contains mainly: red. Hex color #E8916C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8916C is #176E93. Grayscale: #A7A7A7. Windows color (decimal): -1535636 or 7115240. OLE color: 7115240.

HSL color Cylindrical-coordinate representation of color #E8916C: hue angle of 17.9º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8916C is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 145 108 -
CMYK 0 0.38 0.53 0.09
HSL 17.9º 0.73% 0.67% -
HSV(B) 17.9º 0.53% 0.91% -
XYZ 46.11 38.49 19.19 -
YUV 166.8 94.82 174.51 -
System Red Green Blue C M Y K H S L
Decimal 232 145 108 0 0.38 0.53 0.09 17.9 0.73 0.67
Hex E8 91 6C 0 26 35 9 12 49 43
Octal 350 221 154 0 46 65 11 22 111 103
Binary 11101000 10010001 1101100 0 100110 110101 1001 10010 1001001 1000011

Color Harmonies of #E8916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8916C

Black with #E8916C

Text Example


Text Example

White with #E8916C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8916C; }

 p { color: rgb(232,145,108); }

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

background-color css

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

 a { background-color: rgb(232,145,108); }

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

border-color css

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

 span { border-color: rgb(232,145,108); }

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