Html Css Color HEX #E7967D Dark Salmon

📋 copy color: '#E7967D'

red 231 ◦ green 150 ◦ blue 125

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

Shades of Dark Salmon #E7967D

Tints of Dark Salmon #E7967D

RGB

 RED value IS 231 (90.63% from 255) = 45.65%

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

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

R = 45.65%
G = 29.64%
B = 24.7%

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

#E7967D (or 0xE7967D) is known color: Dark Salmon. HEX triplet: E7, 96 and 7D. RGB value is (231,150,125). Sum of RGB (Red+Green+Blue) = 231+150+125=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E7967D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7967D is #186982. Grayscale: #ABABAB. Windows color (decimal): -1599875 or 8230631. OLE color: 8230631.

HSL color Cylindrical-coordinate representation of color #E7967D: hue angle of 14.15º degrees, saturation: 0.69, 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 #E7967D is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 150 125 -
CMYK 0 0.35 0.46 0.09
HSL 14.15º 0.69% 0.7% -
HSV(B) 14.15º 0.46% 0.91% -
XYZ 47.56 40.28 24.67 -
YUV 171.37 101.84 170.53 -
System Red Green Blue C M Y K H S L
Decimal 231 150 125 0 0.35 0.46 0.09 14.15 0.69 0.7
Hex E7 96 7D 0 23 2E 9 E 45 46
Octal 347 226 175 0 43 56 11 16 105 106
Binary 11100111 10010110 1111101 0 100011 101110 1001 1110 1000101 1000110

Color Harmonies of #E7967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7967D

Black with #E7967D

Text Example


Text Example

White with #E7967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7967D; }

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

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

background-color css

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

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

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

border-color css

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

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

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