Html Css Color HEX #E8946C Dark Salmon

📋 copy color: '#E8946C'

red 232 ◦ green 148 ◦ blue 108

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

Shades of Dark Salmon #E8946C

Tints of Dark Salmon #E8946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.13%

R = 47.54%
G = 30.33%
B = 22.13%

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

#E8946C (or 0xE8946C) is known color: Dark Salmon. HEX triplet: E8, 94 and 6C. RGB value is (232,148,108). Sum of RGB (Red+Green+Blue) = 232+148+108=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E8946C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8946C is #176B93. Grayscale: #A8A8A8. Windows color (decimal): -1534868 or 7116008. OLE color: 7116008.

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

Color convert

RGB 232 148 108 -
CMYK 0 0.36 0.53 0.09
HSL 19.35º 0.73% 0.67% -
HSV(B) 19.35º 0.53% 0.91% -
XYZ 46.58 39.42 19.34 -
YUV 168.56 93.83 173.25 -
System Red Green Blue C M Y K H S L
Decimal 232 148 108 0 0.36 0.53 0.09 19.35 0.73 0.67
Hex E8 94 6C 0 24 35 9 13 49 43
Octal 350 224 154 0 44 65 11 23 111 103
Binary 11101000 10010100 1101100 0 100100 110101 1001 10011 1001001 1000011

Color Harmonies of #E8946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8946C

Black with #E8946C

Text Example


Text Example

White with #E8946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8946C; }

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

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

background-color css

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

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

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

border-color css

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

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

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