Html Css Color HEX #E69E6D Dark Salmon

📋 copy color: '#E69E6D'

red 230 ◦ green 158 ◦ blue 109

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

Shades of Dark Salmon #E69E6D

Tints of Dark Salmon #E69E6D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.79%

 BLUE value IS 109 (42.97% from 255) = 21.93%

R = 46.28%
G = 31.79%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E69E6D (or 0xE69E6D) is known color: Dark Salmon. HEX triplet: E6, 9E and 6D. RGB value is (230,158,109). Sum of RGB (Red+Green+Blue) = 230+158+109=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69E6D is #196192. Grayscale: #AEAEAE. Windows color (decimal): -1663379 or 7184102. OLE color: 7184102.

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

Color convert

RGB 230 158 109 -
CMYK 0 0.31 0.53 0.10
HSL 24.3º 0.71% 0.66% -
HSV(B) 24.3º 0.53% 0.9% -
XYZ 47.62 42.38 20.14 -
YUV 173.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 230 158 109 0 0.31 0.53 0.10 24.3 0.71 0.66
Hex E6 9E 6D 0 1F 35 A 18 47 42
Octal 346 236 155 0 37 65 12 30 107 102
Binary 11100110 10011110 1101101 0 11111 110101 1010 11000 1000111 1000010

Color Harmonies of #E69E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69E6D

Black with #E69E6D

Text Example


Text Example

White with #E69E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69E6D; }

 p { color: rgb(230,158,109); }

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

background-color css

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

 a { background-color: rgb(230,158,109); }

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

border-color css

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

 span { border-color: rgb(230,158,109); }

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