Html Css Color HEX #E8967D Dark Salmon

📋 copy color: '#E8967D'

red 232 ◦ green 150 ◦ blue 125

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

Shades of Dark Salmon #E8967D

Tints of Dark Salmon #E8967D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.59%

 BLUE value IS 125 (49.22% from 255) = 24.65%

R = 45.76%
G = 29.59%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E8967D (or 0xE8967D) is known color: Dark Salmon. HEX triplet: E8, 96 and 7D. RGB value is (232,150,125). Sum of RGB (Red+Green+Blue) = 232+150+125=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 232 - color contains mainly: red. Hex color #E8967D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8967D is #176982. Grayscale: #ABABAB. Windows color (decimal): -1534339 or 8230632. OLE color: 8230632.

HSL color Cylindrical-coordinate representation of color #E8967D: hue angle of 14.02º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E8967D is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 150 125 -
CMYK 0 0.35 0.46 0.09
HSL 14.02º 0.7% 0.7% -
HSV(B) 14.02º 0.46% 0.91% -
XYZ 47.89 40.45 24.69 -
YUV 171.67 101.67 171.03 -
System Red Green Blue C M Y K H S L
Decimal 232 150 125 0 0.35 0.46 0.09 14.02 0.7 0.7
Hex E8 96 7D 0 23 2E 9 E 46 46
Octal 350 226 175 0 43 56 11 16 106 106
Binary 11101000 10010110 1111101 0 100011 101110 1001 1110 1000110 1000110

Color Harmonies of #E8967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8967D

Black with #E8967D

Text Example


Text Example

White with #E8967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8967D; }

 p { color: rgb(232,150,125); }

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

background-color css

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

 a { background-color: rgb(232,150,125); }

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

border-color css

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

 span { border-color: rgb(232,150,125); }

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