Html Css Color HEX #E69F76 Dark Salmon

📋 copy color: '#E69F76'

red 230 ◦ green 159 ◦ blue 118

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

Shades of Dark Salmon #E69F76

Tints of Dark Salmon #E69F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.27%

R = 45.36%
G = 31.36%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E69F76 (or 0xE69F76) is known color: Dark Salmon. HEX triplet: E6, 9F and 76. RGB value is (230,159,118). Sum of RGB (Red+Green+Blue) = 230+159+118=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69F76 is #196089. Grayscale: #AFAFAF. Windows color (decimal): -1663114 or 7774182. OLE color: 7774182.

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

Color convert

RGB 230 159 118 -
CMYK 0 0.31 0.49 0.10
HSL 21.96º 0.69% 0.68% -
HSV(B) 21.96º 0.49% 0.9% -
XYZ 48.3 42.93 22.88 -
YUV 175.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 230 159 118 0 0.31 0.49 0.10 21.96 0.69 0.68
Hex E6 9F 76 0 1F 31 A 16 45 44
Octal 346 237 166 0 37 61 12 26 105 104
Binary 11100110 10011111 1110110 0 11111 110001 1010 10110 1000101 1000100

Color Harmonies of #E69F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69F76

Black with #E69F76

Text Example


Text Example

White with #E69F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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