Html Css Color HEX #E69780 Dark Salmon

📋 copy color: '#E69780'

red 230 ◦ green 151 ◦ blue 128

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

Shades of Dark Salmon #E69780

Tints of Dark Salmon #E69780

RGB

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

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

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

R = 45.19%
G = 29.67%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E69780 (or 0xE69780) is known color: Dark Salmon. HEX triplet: E6, 97 and 80. RGB value is (230,151,128). Sum of RGB (Red+Green+Blue) = 230+151+128=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E69780 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69780 is #19687F. Grayscale: #ACACAC. Windows color (decimal): -1665152 or 8427494. OLE color: 8427494.

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

Color convert

RGB 230 151 128 -
CMYK 0 0.34 0.44 0.10
HSL 13.53º 0.67% 0.7% -
HSV(B) 13.53º 0.44% 0.9% -
XYZ 47.6 40.51 25.73 -
YUV 172 103.17 169.37 -
System Red Green Blue C M Y K H S L
Decimal 230 151 128 0 0.34 0.44 0.10 13.53 0.67 0.7
Hex E6 97 80 0 22 2C A E 43 46
Octal 346 227 200 0 42 54 12 16 103 106
Binary 11100110 10010111 10000000 0 100010 101100 1010 1110 1000011 1000110

Color Harmonies of #E69780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69780

Black with #E69780

Text Example


Text Example

White with #E69780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69780; }

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

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

background-color css

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

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

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

border-color css

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

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

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