Html Css Color HEX #E8966D Dark Salmon

📋 copy color: '#E8966D'

red 232 ◦ green 150 ◦ blue 109

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

Shades of Dark Salmon #E8966D

Tints of Dark Salmon #E8966D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.2%

R = 47.25%
G = 30.55%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E8966D (or 0xE8966D) is known color: Dark Salmon. HEX triplet: E8, 96 and 6D. RGB value is (232,150,109). Sum of RGB (Red+Green+Blue) = 232+150+109=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 232 - color contains mainly: red. Hex color #E8966D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8966D is #176992. Grayscale: #AAAAAA. Windows color (decimal): -1534355 or 7182056. OLE color: 7182056.

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

Color convert

RGB 232 150 109 -
CMYK 0 0.35 0.53 0.09
HSL 20º 0.73% 0.67% -
HSV(B) 20º 0.53% 0.91% -
XYZ 46.95 40.07 19.73 -
YUV 169.84 93.67 172.33 -
System Red Green Blue C M Y K H S L
Decimal 232 150 109 0 0.35 0.53 0.09 20 0.73 0.67
Hex E8 96 6D 0 23 35 9 14 49 43
Octal 350 226 155 0 43 65 11 24 111 103
Binary 11101000 10010110 1101101 0 100011 110101 1001 10100 1001001 1000011

Color Harmonies of #E8966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8966D

Black with #E8966D

Text Example


Text Example

White with #E8966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8966D; }

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

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

background-color css

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

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

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

border-color css

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

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

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