Html Css Color HEX #E69575 Dark Salmon

📋 copy color: '#E69575'

red 230 ◦ green 149 ◦ blue 117

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

Shades of Dark Salmon #E69575

Tints of Dark Salmon #E69575

RGB

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

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

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

R = 46.37%
G = 30.04%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E69575 (or 0xE69575) is known color: Dark Salmon. HEX triplet: E6, 95 and 75. RGB value is (230,149,117). Sum of RGB (Red+Green+Blue) = 230+149+117=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E69575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69575 is #196A8A. Grayscale: #A9A9A9. Windows color (decimal): -1665675 or 7706086. OLE color: 7706086.

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

Color convert

RGB 230 149 117 -
CMYK 0 0.35 0.49 0.10
HSL 16.99º 0.69% 0.68% -
HSV(B) 16.99º 0.49% 0.9% -
XYZ 46.59 39.6 22.02 -
YUV 169.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 230 149 117 0 0.35 0.49 0.10 16.99 0.69 0.68
Hex E6 95 75 0 23 31 A 11 45 44
Octal 346 225 165 0 43 61 12 21 105 104
Binary 11100110 10010101 1110101 0 100011 110001 1010 10001 1000101 1000100

Color Harmonies of #E69575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69575

Black with #E69575

Text Example


Text Example

White with #E69575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69575; }

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

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

background-color css

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

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

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

border-color css

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

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

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