Html Css Color HEX #E69779 Dark Salmon

📋 copy color: '#E69779'

red 230 ◦ green 151 ◦ blue 121

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

Shades of Dark Salmon #E69779

Tints of Dark Salmon #E69779

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.08%

 BLUE value IS 121 (47.66% from 255) = 24.1%

R = 45.82%
G = 30.08%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E69779 (or 0xE69779) is known color: Dark Salmon. HEX triplet: E6, 97 and 79. RGB value is (230,151,121). Sum of RGB (Red+Green+Blue) = 230+151+121=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E69779 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69779 is #196886. Grayscale: #ABABAB. Windows color (decimal): -1665159 or 7968742. OLE color: 7968742.

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

Color convert

RGB 230 151 121 -
CMYK 0 0.34 0.47 0.10
HSL 16.51º 0.69% 0.69% -
HSV(B) 16.51º 0.47% 0.9% -
XYZ 47.15 40.34 23.39 -
YUV 171.2 99.67 169.94 -
System Red Green Blue C M Y K H S L
Decimal 230 151 121 0 0.34 0.47 0.10 16.51 0.69 0.69
Hex E6 97 79 0 22 2F A 11 45 45
Octal 346 227 171 0 42 57 12 21 105 105
Binary 11100110 10010111 1111001 0 100010 101111 1010 10001 1000101 1000101

Color Harmonies of #E69779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69779

Black with #E69779

Text Example


Text Example

White with #E69779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69779; }

 p { color: rgb(230,151,121); }

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

background-color css

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

 a { background-color: rgb(230,151,121); }

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

border-color css

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

 span { border-color: rgb(230,151,121); }

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