Html Css Color HEX #E8956E Dark Salmon

📋 copy color: '#E8956E'

red 232 ◦ green 149 ◦ blue 110

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

Shades of Dark Salmon #E8956E

Tints of Dark Salmon #E8956E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.35%

 BLUE value IS 110 (43.36% from 255) = 22.4%

R = 47.25%
G = 30.35%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E8956E (or 0xE8956E) is known color: Dark Salmon. HEX triplet: E8, 95 and 6E. RGB value is (232,149,110). Sum of RGB (Red+Green+Blue) = 232+149+110=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 232 - color contains mainly: red. Hex color #E8956E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8956E is #176A91. Grayscale: #A9A9A9. Windows color (decimal): -1534610 or 7247336. OLE color: 7247336.

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

Color convert

RGB 232 149 110 -
CMYK 0 0.36 0.53 0.09
HSL 19.18º 0.73% 0.67% -
HSV(B) 19.18º 0.53% 0.91% -
XYZ 46.84 39.78 19.96 -
YUV 169.37 94.5 172.67 -
System Red Green Blue C M Y K H S L
Decimal 232 149 110 0 0.36 0.53 0.09 19.18 0.73 0.67
Hex E8 95 6E 0 24 35 9 13 49 43
Octal 350 225 156 0 44 65 11 23 111 103
Binary 11101000 10010101 1101110 0 100100 110101 1001 10011 1001001 1000011

Color Harmonies of #E8956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8956E

Black with #E8956E

Text Example


Text Example

White with #E8956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8956E; }

 p { color: rgb(232,149,110); }

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

background-color css

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

 a { background-color: rgb(232,149,110); }

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

border-color css

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

 span { border-color: rgb(232,149,110); }

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