Html Css Color HEX #E39C70 Dark Salmon

📋 copy color: '#E39C70'

red 227 ◦ green 156 ◦ blue 112

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

Shades of Dark Salmon #E39C70

Tints of Dark Salmon #E39C70

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.52%

 BLUE value IS 112 (44.14% from 255) = 22.63%

R = 45.86%
G = 31.52%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E39C70 (or 0xE39C70) is known color: Dark Salmon. HEX triplet: E3, 9C and 70. RGB value is (227,156,112). Sum of RGB (Red+Green+Blue) = 227+156+112=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 227 - color contains mainly: red. Hex color #E39C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39C70 is #1C638F. Grayscale: #ACACAC. Windows color (decimal): -1860496 or 7380195. OLE color: 7380195.

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

Color convert

RGB 227 156 112 -
CMYK 0 0.31 0.51 0.11
HSL 22.96º 0.67% 0.66% -
HSV(B) 22.96º 0.51% 0.89% -
XYZ 46.49 41.28 20.85 -
YUV 172.21 94.02 167.08 -
System Red Green Blue C M Y K H S L
Decimal 227 156 112 0 0.31 0.51 0.11 22.96 0.67 0.66
Hex E3 9C 70 0 1F 33 B 17 43 42
Octal 343 234 160 0 37 63 13 27 103 102
Binary 11100011 10011100 1110000 0 11111 110011 1011 10111 1000011 1000010

Color Harmonies of #E39C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39C70

Black with #E39C70

Text Example


Text Example

White with #E39C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39C70; }

 p { color: rgb(227,156,112); }

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

background-color css

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

 a { background-color: rgb(227,156,112); }

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

border-color css

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

 span { border-color: rgb(227,156,112); }

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