Html Css Color HEX #E69773 Dark Salmon

📋 copy color: '#E69773'

red 230 ◦ green 151 ◦ blue 115

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

Shades of Dark Salmon #E69773

Tints of Dark Salmon #E69773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.19%

R = 46.37%
G = 30.44%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#E69773 (or 0xE69773) is known color: Dark Salmon. HEX triplet: E6, 97 and 73. RGB value is (230,151,115). Sum of RGB (Red+Green+Blue) = 230+151+115=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E69773 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69773 is #19688C. Grayscale: #AAAAAA. Windows color (decimal): -1665165 or 7575526. OLE color: 7575526.

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

Color convert

RGB 230 151 115 -
CMYK 0 0.34 0.5 0.10
HSL 18.78º 0.7% 0.68% -
HSV(B) 18.78º 0.5% 0.9% -
XYZ 46.79 40.19 21.51 -
YUV 170.52 96.67 170.43 -
System Red Green Blue C M Y K H S L
Decimal 230 151 115 0 0.34 0.5 0.10 18.78 0.7 0.68
Hex E6 97 73 0 22 32 A 13 46 44
Octal 346 227 163 0 42 62 12 23 106 104
Binary 11100110 10010111 1110011 0 100010 110010 1010 10011 1000110 1000100

Color Harmonies of #E69773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69773

Black with #E69773

Text Example


Text Example

White with #E69773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69773; }

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

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

background-color css

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

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

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

border-color css

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

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

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