Html Css Color HEX #E69579 Dark Salmon

📋 copy color: '#E69579'

red 230 ◦ green 149 ◦ blue 121

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

Shades of Dark Salmon #E69579

Tints of Dark Salmon #E69579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.2%

R = 46%
G = 29.8%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E69579 (or 0xE69579) is known color: Dark Salmon. HEX triplet: E6, 95 and 79. RGB value is (230,149,121). Sum of RGB (Red+Green+Blue) = 230+149+121=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E69579 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69579 is #196A86. Grayscale: #AAAAAA. Windows color (decimal): -1665671 or 7968230. OLE color: 7968230.

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

Color convert

RGB 230 149 121 -
CMYK 0 0.35 0.47 0.10
HSL 15.41º 0.69% 0.69% -
HSV(B) 15.41º 0.47% 0.9% -
XYZ 46.83 39.7 23.28 -
YUV 170.03 100.34 170.78 -
System Red Green Blue C M Y K H S L
Decimal 230 149 121 0 0.35 0.47 0.10 15.41 0.69 0.69
Hex E6 95 79 0 23 2F A F 45 45
Octal 346 225 171 0 43 57 12 17 105 105
Binary 11100110 10010101 1111001 0 100011 101111 1010 1111 1000101 1000101

Color Harmonies of #E69579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69579

Black with #E69579

Text Example


Text Example

White with #E69579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69579; }

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

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

background-color css

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

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

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

border-color css

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

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

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