Html Css Color HEX #E8946D Dark Salmon

📋 copy color: '#E8946D'

red 232 ◦ green 148 ◦ blue 109

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

Shades of Dark Salmon #E8946D

Tints of Dark Salmon #E8946D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.27%

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

R = 47.44%
G = 30.27%
B = 22.29%

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

#E8946D (or 0xE8946D) is known color: Dark Salmon. HEX triplet: E8, 94 and 6D. RGB value is (232,148,109). Sum of RGB (Red+Green+Blue) = 232+148+109=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E8946D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8946D is #176B92. Grayscale: #A8A8A8. Windows color (decimal): -1534867 or 7181544. OLE color: 7181544.

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

Color convert

RGB 232 148 109 -
CMYK 0 0.36 0.53 0.09
HSL 19.02º 0.73% 0.67% -
HSV(B) 19.02º 0.53% 0.91% -
XYZ 46.63 39.44 19.62 -
YUV 168.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 232 148 109 0 0.36 0.53 0.09 19.02 0.73 0.67
Hex E8 94 6D 0 24 35 9 13 49 43
Octal 350 224 155 0 44 65 11 23 111 103
Binary 11101000 10010100 1101101 0 100100 110101 1001 10011 1001001 1000011

Color Harmonies of #E8946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8946D

Black with #E8946D

Text Example


Text Example

White with #E8946D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8946D; }

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

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

background-color css

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

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

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

border-color css

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

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

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