Html Css Color HEX #E69673 Dark Salmon

📋 copy color: '#E69673'

red 230 ◦ green 150 ◦ blue 115

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

Shades of Dark Salmon #E69673

Tints of Dark Salmon #E69673

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.3%

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

R = 46.46%
G = 30.3%
B = 23.23%

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

#E69673 (or 0xE69673) is known color: Dark Salmon. HEX triplet: E6, 96 and 73. RGB value is (230,150,115). Sum of RGB (Red+Green+Blue) = 230+150+115=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E69673 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69673 is #19698C. Grayscale: #AAAAAA. Windows color (decimal): -1665421 or 7575270. OLE color: 7575270.

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

Color convert

RGB 230 150 115 -
CMYK 0 0.35 0.5 0.10
HSL 18.26º 0.7% 0.68% -
HSV(B) 18.26º 0.5% 0.9% -
XYZ 46.63 39.87 21.46 -
YUV 169.93 97 170.85 -
System Red Green Blue C M Y K H S L
Decimal 230 150 115 0 0.35 0.5 0.10 18.26 0.7 0.68
Hex E6 96 73 0 23 32 A 12 46 44
Octal 346 226 163 0 43 62 12 22 106 104
Binary 11100110 10010110 1110011 0 100011 110010 1010 10010 1000110 1000100

Color Harmonies of #E69673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69673

Black with #E69673

Text Example


Text Example

White with #E69673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69673; }

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

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

background-color css

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

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

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

border-color css

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

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

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