Html Css Color HEX #E69375 Dark Salmon

📋 copy color: '#E69375'

red 230 ◦ green 147 ◦ blue 117

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

Shades of Dark Salmon #E69375

Tints of Dark Salmon #E69375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.76%

 BLUE value IS 117 (46.09% from 255) = 23.68%

R = 46.56%
G = 29.76%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E69375 (or 0xE69375) is known color: Dark Salmon. HEX triplet: E6, 93 and 75. RGB value is (230,147,117). Sum of RGB (Red+Green+Blue) = 230+147+117=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E69375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69375 is #196C8A. Grayscale: #A8A8A8. Windows color (decimal): -1666187 or 7705574. OLE color: 7705574.

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

Color convert

RGB 230 147 117 -
CMYK 0 0.36 0.49 0.10
HSL 15.93º 0.69% 0.68% -
HSV(B) 15.93º 0.49% 0.9% -
XYZ 46.28 38.97 21.91 -
YUV 168.4 99 171.94 -
System Red Green Blue C M Y K H S L
Decimal 230 147 117 0 0.36 0.49 0.10 15.93 0.69 0.68
Hex E6 93 75 0 24 31 A 10 45 44
Octal 346 223 165 0 44 61 12 20 105 104
Binary 11100110 10010011 1110101 0 100100 110001 1010 10000 1000101 1000100

Color Harmonies of #E69375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69375

Black with #E69375

Text Example


Text Example

White with #E69375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69375; }

 p { color: rgb(230,147,117); }

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

background-color css

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

 a { background-color: rgb(230,147,117); }

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

border-color css

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

 span { border-color: rgb(230,147,117); }

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