Html Css Color HEX #E69173 Dark Salmon

📋 copy color: '#E69173'

red 230 ◦ green 145 ◦ blue 115

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

Shades of Dark Salmon #E69173

Tints of Dark Salmon #E69173

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.59%

 BLUE value IS 115 (45.31% from 255) = 23.47%

R = 46.94%
G = 29.59%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#E69173 (or 0xE69173) is known color: Dark Salmon. HEX triplet: E6, 91 and 73. RGB value is (230,145,115). Sum of RGB (Red+Green+Blue) = 230+145+115=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E69173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69173 is #196E8C. Grayscale: #A7A7A7. Windows color (decimal): -1666701 or 7573990. OLE color: 7573990.

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

Color convert

RGB 230 145 115 -
CMYK 0 0.37 0.5 0.10
HSL 15.65º 0.7% 0.68% -
HSV(B) 15.65º 0.5% 0.9% -
XYZ 45.85 38.31 21.2 -
YUV 167 98.66 172.94 -
System Red Green Blue C M Y K H S L
Decimal 230 145 115 0 0.37 0.5 0.10 15.65 0.7 0.68
Hex E6 91 73 0 25 32 A 10 46 44
Octal 346 221 163 0 45 62 12 20 106 104
Binary 11100110 10010001 1110011 0 100101 110010 1010 10000 1000110 1000100

Color Harmonies of #E69173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69173

Black with #E69173

Text Example


Text Example

White with #E69173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69173; }

 p { color: rgb(230,145,115); }

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

background-color css

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

 a { background-color: rgb(230,145,115); }

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

border-color css

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

 span { border-color: rgb(230,145,115); }

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