Html Css Color HEX #E69370 Dark Salmon

📋 copy color: '#E69370'

red 230 ◦ green 147 ◦ blue 112

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

Shades of Dark Salmon #E69370

Tints of Dark Salmon #E69370

RGB

 RED value IS 230 (90.23% from 255) = 47.03%

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

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

R = 47.03%
G = 30.06%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E69370 (or 0xE69370) is known color: Dark Salmon. HEX triplet: E6, 93 and 70. RGB value is (230,147,112). Sum of RGB (Red+Green+Blue) = 230+147+112=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E69370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69370 is #196C8F. Grayscale: #A8A8A8. Windows color (decimal): -1666192 or 7377894. OLE color: 7377894.

HSL color Cylindrical-coordinate representation of color #E69370: hue angle of 17.8º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E69370 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 147 112 -
CMYK 0 0.36 0.51 0.10
HSL 17.8º 0.7% 0.67% -
HSV(B) 17.8º 0.51% 0.9% -
XYZ 45.99 38.86 20.41 -
YUV 167.83 96.5 172.35 -
System Red Green Blue C M Y K H S L
Decimal 230 147 112 0 0.36 0.51 0.10 17.8 0.7 0.67
Hex E6 93 70 0 24 33 A 12 46 43
Octal 346 223 160 0 44 63 12 22 106 103
Binary 11100110 10010011 1110000 0 100100 110011 1010 10010 1000110 1000011

Color Harmonies of #E69370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69370

Black with #E69370

Text Example


Text Example

White with #E69370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69370; }

 p { color: rgb(230,147,112); }

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

background-color css

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

 a { background-color: rgb(230,147,112); }

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

border-color css

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

 span { border-color: rgb(230,147,112); }

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