Html Css Color HEX #E69A80 Dark Salmon

📋 copy color: '#E69A80'

red 230 ◦ green 154 ◦ blue 128

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

Shades of Dark Salmon #E69A80

Tints of Dark Salmon #E69A80

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.08%

 BLUE value IS 128 (50.39% from 255) = 25%

R = 44.92%
G = 30.08%
B = 25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E69A80 (or 0xE69A80) is known color: Dark Salmon. HEX triplet: E6, 9A and 80. RGB value is (230,154,128). Sum of RGB (Red+Green+Blue) = 230+154+128=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69A80 is #19657F. Grayscale: #ADADAD. Windows color (decimal): -1664384 or 8428262. OLE color: 8428262.

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

Color convert

RGB 230 154 128 -
CMYK 0 0.33 0.44 0.10
HSL 15.29º 0.67% 0.7% -
HSV(B) 15.29º 0.44% 0.9% -
XYZ 48.09 41.49 25.9 -
YUV 173.76 102.18 168.11 -
System Red Green Blue C M Y K H S L
Decimal 230 154 128 0 0.33 0.44 0.10 15.29 0.67 0.7
Hex E6 9A 80 0 21 2C A F 43 46
Octal 346 232 200 0 41 54 12 17 103 106
Binary 11100110 10011010 10000000 0 100001 101100 1010 1111 1000011 1000110

Color Harmonies of #E69A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69A80

Black with #E69A80

Text Example


Text Example

White with #E69A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69A80; }

 p { color: rgb(230,154,128); }

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

background-color css

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

 a { background-color: rgb(230,154,128); }

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

border-color css

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

 span { border-color: rgb(230,154,128); }

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