Html Css Color HEX #E69573 Dark Salmon

📋 copy color: '#E69573'

red 230 ◦ green 149 ◦ blue 115

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

Shades of Dark Salmon #E69573

Tints of Dark Salmon #E69573

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.16%

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

R = 46.56%
G = 30.16%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#E69573 (or 0xE69573) is known color: Dark Salmon. HEX triplet: E6, 95 and 73. RGB value is (230,149,115). Sum of RGB (Red+Green+Blue) = 230+149+115=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E69573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69573 is #196A8C. Grayscale: #A9A9A9. Windows color (decimal): -1665677 or 7575014. OLE color: 7575014.

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

Color convert

RGB 230 149 115 -
CMYK 0 0.35 0.5 0.10
HSL 17.74º 0.7% 0.68% -
HSV(B) 17.74º 0.5% 0.9% -
XYZ 46.48 39.56 21.41 -
YUV 169.34 97.34 171.26 -
System Red Green Blue C M Y K H S L
Decimal 230 149 115 0 0.35 0.5 0.10 17.74 0.7 0.68
Hex E6 95 73 0 23 32 A 12 46 44
Octal 346 225 163 0 43 62 12 22 106 104
Binary 11100110 10010101 1110011 0 100011 110010 1010 10010 1000110 1000100

Color Harmonies of #E69573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69573

Black with #E69573

Text Example


Text Example

White with #E69573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69573; }

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

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

background-color css

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

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

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

border-color css

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

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

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