Html Css Color HEX #E38D76 Dark Salmon

📋 copy color: '#E38D76'

red 227 ◦ green 141 ◦ blue 118

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

Shades of Dark Salmon #E38D76

Tints of Dark Salmon #E38D76

RGB

 RED value IS 227 (89.06% from 255) = 46.71%

 GREEN value IS 141 (55.47% from 255) = 29.01%

 BLUE value IS 118 (46.48% from 255) = 24.28%

R = 46.71%
G = 29.01%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E38D76 (or 0xE38D76) is known color: Dark Salmon. HEX triplet: E3, 8D and 76. RGB value is (227,141,118). Sum of RGB (Red+Green+Blue) = 227+141+118=486 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.71% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38D76 is #1C7289. Grayscale: #A4A4A4. Windows color (decimal): -1864330 or 7769571. OLE color: 7769571.

HSL color Cylindrical-coordinate representation of color #E38D76: hue angle of 12.66º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E38D76 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 141 118 -
CMYK 0 0.38 0.48 0.11
HSL 12.66º 0.66% 0.68% -
HSV(B) 12.66º 0.48% 0.89% -
XYZ 44.47 36.69 21.88 -
YUV 164.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 227 141 118 0 0.38 0.48 0.11 12.66 0.66 0.68
Hex E3 8D 76 0 26 30 B D 42 44
Octal 343 215 166 0 46 60 13 15 102 104
Binary 11100011 10001101 1110110 0 100110 110000 1011 1101 1000010 1000100

Color Harmonies of #E38D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38D76

Black with #E38D76

Text Example


Text Example

White with #E38D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38D76; }

 p { color: rgb(227,141,118); }

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

background-color css

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

 a { background-color: rgb(227,141,118); }

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

border-color css

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

 span { border-color: rgb(227,141,118); }

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