Html Css Color HEX #E8967C Dark Salmon

📋 copy color: '#E8967C'

red 232 ◦ green 150 ◦ blue 124

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

Shades of Dark Salmon #E8967C

Tints of Dark Salmon #E8967C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.51%

R = 45.85%
G = 29.64%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E8967C (or 0xE8967C) is known color: Dark Salmon. HEX triplet: E8, 96 and 7C. RGB value is (232,150,124). Sum of RGB (Red+Green+Blue) = 232+150+124=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 232 - color contains mainly: red. Hex color #E8967C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8967C is #176983. Grayscale: #ABABAB. Windows color (decimal): -1534340 or 8165096. OLE color: 8165096.

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

Color convert

RGB 232 150 124 -
CMYK 0 0.35 0.47 0.09
HSL 14.44º 0.7% 0.7% -
HSV(B) 14.44º 0.47% 0.91% -
XYZ 47.82 40.42 24.35 -
YUV 171.55 101.17 171.11 -
System Red Green Blue C M Y K H S L
Decimal 232 150 124 0 0.35 0.47 0.09 14.44 0.7 0.7
Hex E8 96 7C 0 23 2F 9 E 46 46
Octal 350 226 174 0 43 57 11 16 106 106
Binary 11101000 10010110 1111100 0 100011 101111 1001 1110 1000110 1000110

Color Harmonies of #E8967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8967C

Black with #E8967C

Text Example


Text Example

White with #E8967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8967C; }

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

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

background-color css

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

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

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

border-color css

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

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

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