Html Css Color HEX #E69371 Dark Salmon

📋 copy color: '#E69371'

red 230 ◦ green 147 ◦ blue 113

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

Shades of Dark Salmon #E69371

Tints of Dark Salmon #E69371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.06%

R = 46.94%
G = 30%
B = 23.06%

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

#E69371 (or 0xE69371) is known color: Dark Salmon. HEX triplet: E6, 93 and 71. RGB value is (230,147,113). Sum of RGB (Red+Green+Blue) = 230+147+113=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E69371 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69371 is #196C8E. Grayscale: #A8A8A8. Windows color (decimal): -1666191 or 7443430. OLE color: 7443430.

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

Color convert

RGB 230 147 113 -
CMYK 0 0.36 0.51 0.10
HSL 17.44º 0.7% 0.67% -
HSV(B) 17.44º 0.51% 0.9% -
XYZ 46.05 38.88 20.7 -
YUV 167.94 97 172.26 -
System Red Green Blue C M Y K H S L
Decimal 230 147 113 0 0.36 0.51 0.10 17.44 0.7 0.67
Hex E6 93 71 0 24 33 A 11 46 43
Octal 346 223 161 0 44 63 12 21 106 103
Binary 11100110 10010011 1110001 0 100100 110011 1010 10001 1000110 1000011

Color Harmonies of #E69371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69371

Black with #E69371

Text Example


Text Example

White with #E69371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69371; }

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

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

background-color css

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

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

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

border-color css

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

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

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