Html Css Color HEX #E69F73 Dark Salmon

📋 copy color: '#E69F73'

red 230 ◦ green 159 ◦ blue 115

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

Shades of Dark Salmon #E69F73

Tints of Dark Salmon #E69F73

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.55%

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

R = 45.63%
G = 31.55%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#E69F73 (or 0xE69F73) is known color: Dark Salmon. HEX triplet: E6, 9F and 73. RGB value is (230,159,115). Sum of RGB (Red+Green+Blue) = 230+159+115=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69F73 is #19608C. Grayscale: #AFAFAF. Windows color (decimal): -1663117 or 7577574. OLE color: 7577574.

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

Color convert

RGB 230 159 115 -
CMYK 0 0.31 0.5 0.10
HSL 22.96º 0.7% 0.68% -
HSV(B) 22.96º 0.5% 0.9% -
XYZ 48.13 42.86 21.96 -
YUV 175.21 94.02 167.08 -
System Red Green Blue C M Y K H S L
Decimal 230 159 115 0 0.31 0.5 0.10 22.96 0.7 0.68
Hex E6 9F 73 0 1F 32 A 17 46 44
Octal 346 237 163 0 37 62 12 27 106 104
Binary 11100110 10011111 1110011 0 11111 110010 1010 10111 1000110 1000100

Color Harmonies of #E69F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69F73

Black with #E69F73

Text Example


Text Example

White with #E69F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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