Html Css Color HEX #E69F78 Dark Salmon

📋 copy color: '#E69F78'

red 230 ◦ green 159 ◦ blue 120

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

Shades of Dark Salmon #E69F78

Tints of Dark Salmon #E69F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.58%

R = 45.19%
G = 31.24%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E69F78 (or 0xE69F78) is known color: Dark Salmon. HEX triplet: E6, 9F and 78. RGB value is (230,159,120). Sum of RGB (Red+Green+Blue) = 230+159+120=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69F78 is #196087. Grayscale: #B0B0B0. Windows color (decimal): -1663112 or 7905254. OLE color: 7905254.

HSL color Cylindrical-coordinate representation of color #E69F78: hue angle of 21.27º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E69F78 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 159 120 -
CMYK 0 0.31 0.48 0.10
HSL 21.27º 0.69% 0.69% -
HSV(B) 21.27º 0.48% 0.9% -
XYZ 48.42 42.98 23.51 -
YUV 175.78 96.52 166.67 -
System Red Green Blue C M Y K H S L
Decimal 230 159 120 0 0.31 0.48 0.10 21.27 0.69 0.69
Hex E6 9F 78 0 1F 30 A 15 45 45
Octal 346 237 170 0 37 60 12 25 105 105
Binary 11100110 10011111 1111000 0 11111 110000 1010 10101 1000101 1000101

Color Harmonies of #E69F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69F78

Black with #E69F78

Text Example


Text Example

White with #E69F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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