Html Css Color HEX #E69781 Dark Salmon

📋 copy color: '#E69781'

red 230 ◦ green 151 ◦ blue 129

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

Shades of Dark Salmon #E69781

Tints of Dark Salmon #E69781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.29%

R = 45.1%
G = 29.61%
B = 25.29%

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

#E69781 (or 0xE69781) is known color: Dark Salmon. HEX triplet: E6, 97 and 81. RGB value is (230,151,129). Sum of RGB (Red+Green+Blue) = 230+151+129=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E69781 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69781 is #19687E. Grayscale: #ACACAC. Windows color (decimal): -1665151 or 8493030. OLE color: 8493030.

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

Color convert

RGB 230 151 129 -
CMYK 0 0.34 0.44 0.10
HSL 13.07º 0.67% 0.7% -
HSV(B) 13.07º 0.44% 0.9% -
XYZ 47.66 40.54 26.08 -
YUV 172.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 230 151 129 0 0.34 0.44 0.10 13.07 0.67 0.7
Hex E6 97 81 0 22 2C A D 43 46
Octal 346 227 201 0 42 54 12 15 103 106
Binary 11100110 10010111 10000001 0 100010 101100 1010 1101 1000011 1000110

Color Harmonies of #E69781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69781

Black with #E69781

Text Example


Text Example

White with #E69781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69781; }

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

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

background-color css

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

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

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

border-color css

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

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

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