Html Css Color HEX #E39270 Dark Salmon

📋 copy color: '#E39270'

red 227 ◦ green 146 ◦ blue 112

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

Shades of Dark Salmon #E39270

Tints of Dark Salmon #E39270

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.1%

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

R = 46.8%
G = 30.1%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E39270 (or 0xE39270) is known color: Dark Salmon. HEX triplet: E3, 92 and 70. RGB value is (227,146,112). Sum of RGB (Red+Green+Blue) = 227+146+112=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 227 - color contains mainly: red. Hex color #E39270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39270 is #1C6D8F. Grayscale: #A6A6A6. Windows color (decimal): -1863056 or 7377635. OLE color: 7377635.

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

Color convert

RGB 227 146 112 -
CMYK 0 0.36 0.51 0.11
HSL 17.74º 0.67% 0.66% -
HSV(B) 17.74º 0.51% 0.89% -
XYZ 44.88 38.06 20.31 -
YUV 166.34 97.34 171.26 -
System Red Green Blue C M Y K H S L
Decimal 227 146 112 0 0.36 0.51 0.11 17.74 0.67 0.66
Hex E3 92 70 0 24 33 B 12 43 42
Octal 343 222 160 0 44 63 13 22 103 102
Binary 11100011 10010010 1110000 0 100100 110011 1011 10010 1000011 1000010

Color Harmonies of #E39270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39270

Black with #E39270

Text Example


Text Example

White with #E39270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39270; }

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

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

background-color css

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

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

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

border-color css

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

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

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