Html Css Color HEX #E39375 Dark Salmon

📋 copy color: '#E39375'

red 227 ◦ green 147 ◦ blue 117

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

Shades of Dark Salmon #E39375

Tints of Dark Salmon #E39375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.94%

 BLUE value IS 117 (46.09% from 255) = 23.83%

R = 46.23%
G = 29.94%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E39375 (or 0xE39375) is known color: Dark Salmon. HEX triplet: E3, 93 and 75. RGB value is (227,147,117). Sum of RGB (Red+Green+Blue) = 227+147+117=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 227 - color contains mainly: red. Hex color #E39375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39375 is #1C6C8A. Grayscale: #A7A7A7. Windows color (decimal): -1862795 or 7705571. OLE color: 7705571.

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

Color convert

RGB 227 147 117 -
CMYK 0 0.35 0.48 0.11
HSL 16.36º 0.66% 0.67% -
HSV(B) 16.36º 0.48% 0.89% -
XYZ 45.32 38.48 21.87 -
YUV 167.5 99.5 170.44 -
System Red Green Blue C M Y K H S L
Decimal 227 147 117 0 0.35 0.48 0.11 16.36 0.66 0.67
Hex E3 93 75 0 23 30 B 10 42 43
Octal 343 223 165 0 43 60 13 20 102 103
Binary 11100011 10010011 1110101 0 100011 110000 1011 10000 1000010 1000011

Color Harmonies of #E39375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39375

Black with #E39375

Text Example


Text Example

White with #E39375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39375; }

 p { color: rgb(227,147,117); }

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

background-color css

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

 a { background-color: rgb(227,147,117); }

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

border-color css

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

 span { border-color: rgb(227,147,117); }

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