Html Css Color HEX #E38E74 Dark Salmon

📋 copy color: '#E38E74'

red 227 ◦ green 142 ◦ blue 116

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

Shades of Dark Salmon #E38E74

Tints of Dark Salmon #E38E74

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.28%

 BLUE value IS 116 (45.7% from 255) = 23.92%

R = 46.8%
G = 29.28%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E38E74 (or 0xE38E74) is known color: Dark Salmon. HEX triplet: E3, 8E and 74. RGB value is (227,142,116). Sum of RGB (Red+Green+Blue) = 227+142+116=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 227 - color contains mainly: red. Hex color #E38E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38E74 is #1C718B. Grayscale: #A4A4A4. Windows color (decimal): -1864076 or 7638755. OLE color: 7638755.

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

Color convert

RGB 227 142 116 -
CMYK 0 0.37 0.49 0.11
HSL 14.05º 0.66% 0.67% -
HSV(B) 14.05º 0.49% 0.89% -
XYZ 44.5 36.94 21.31 -
YUV 164.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 227 142 116 0 0.37 0.49 0.11 14.05 0.66 0.67
Hex E3 8E 74 0 25 31 B E 42 43
Octal 343 216 164 0 45 61 13 16 102 103
Binary 11100011 10001110 1110100 0 100101 110001 1011 1110 1000010 1000011

Color Harmonies of #E38E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38E74

Black with #E38E74

Text Example


Text Example

White with #E38E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38E74; }

 p { color: rgb(227,142,116); }

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

background-color css

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

 a { background-color: rgb(227,142,116); }

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

border-color css

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

 span { border-color: rgb(227,142,116); }

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