Html Css Color HEX #E69E7E Dark Salmon

📋 copy color: '#E69E7E'

red 230 ◦ green 158 ◦ blue 126

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

Shades of Dark Salmon #E69E7E

Tints of Dark Salmon #E69E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.51%

R = 44.75%
G = 30.74%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E69E7E (or 0xE69E7E) is known color: Dark Salmon. HEX triplet: E6, 9E and 7E. RGB value is (230,158,126). Sum of RGB (Red+Green+Blue) = 230+158+126=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69E7E is #196181. Grayscale: #B0B0B0. Windows color (decimal): -1663362 or 8298214. OLE color: 8298214.

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

Color convert

RGB 230 158 126 -
CMYK 0 0.31 0.45 0.10
HSL 18.46º 0.68% 0.7% -
HSV(B) 18.46º 0.45% 0.9% -
XYZ 48.63 42.78 25.43 -
YUV 175.88 99.85 166.6 -
System Red Green Blue C M Y K H S L
Decimal 230 158 126 0 0.31 0.45 0.10 18.46 0.68 0.7
Hex E6 9E 7E 0 1F 2D A 12 44 46
Octal 346 236 176 0 37 55 12 22 104 106
Binary 11100110 10011110 1111110 0 11111 101101 1010 10010 1000100 1000110

Color Harmonies of #E69E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69E7E

Black with #E69E7E

Text Example


Text Example

White with #E69E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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