Html Css Color HEX #E69979 Dark Salmon

📋 copy color: '#E69979'

red 230 ◦ green 153 ◦ blue 121

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

Shades of Dark Salmon #E69979

Tints of Dark Salmon #E69979

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.36%

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

R = 45.63%
G = 30.36%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E69979 (or 0xE69979) is known color: Dark Salmon. HEX triplet: E6, 99 and 79. RGB value is (230,153,121). Sum of RGB (Red+Green+Blue) = 230+153+121=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E69979 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69979 is #196686. Grayscale: #ACACAC. Windows color (decimal): -1664647 or 7969254. OLE color: 7969254.

HSL color Cylindrical-coordinate representation of color #E69979: hue angle of 17.61º 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 #E69979 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 153 121 -
CMYK 0 0.33 0.47 0.10
HSL 17.61º 0.69% 0.69% -
HSV(B) 17.61º 0.47% 0.9% -
XYZ 47.48 40.99 23.5 -
YUV 172.38 99.01 169.1 -
System Red Green Blue C M Y K H S L
Decimal 230 153 121 0 0.33 0.47 0.10 17.61 0.69 0.69
Hex E6 99 79 0 21 2F A 12 45 45
Octal 346 231 171 0 41 57 12 22 105 105
Binary 11100110 10011001 1111001 0 100001 101111 1010 10010 1000101 1000101

Color Harmonies of #E69979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69979

Black with #E69979

Text Example


Text Example

White with #E69979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69979; }

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

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

background-color css

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

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

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

border-color css

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

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

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