Html Css Color HEX #E59A7E Dark Salmon

📋 copy color: '#E59A7E'

red 229 ◦ green 154 ◦ blue 126

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

Shades of Dark Salmon #E59A7E

Tints of Dark Salmon #E59A7E

RGB

 RED value IS 229 (89.84% from 255) = 44.99%

 GREEN value IS 154 (60.55% from 255) = 30.26%

 BLUE value IS 126 (49.61% from 255) = 24.75%

R = 44.99%
G = 30.26%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E59A7E (or 0xE59A7E) is known color: Dark Salmon. HEX triplet: E5, 9A and 7E. RGB value is (229,154,126). Sum of RGB (Red+Green+Blue) = 229+154+126=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59A7E is #1A6581. Grayscale: #ADADAD. Windows color (decimal): -1729922 or 8297189. OLE color: 8297189.

HSL color Cylindrical-coordinate representation of color #E59A7E: hue angle of 16.31º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E59A7E is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 154 126 -
CMYK 0 0.33 0.45 0.10
HSL 16.31º 0.66% 0.7% -
HSV(B) 16.31º 0.45% 0.9% -
XYZ 47.63 41.28 25.2 -
YUV 173.23 101.35 167.78 -
System Red Green Blue C M Y K H S L
Decimal 229 154 126 0 0.33 0.45 0.10 16.31 0.66 0.7
Hex E5 9A 7E 0 21 2D A 10 42 46
Octal 345 232 176 0 41 55 12 20 102 106
Binary 11100101 10011010 1111110 0 100001 101101 1010 10000 1000010 1000110

Color Harmonies of #E59A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59A7E

Black with #E59A7E

Text Example


Text Example

White with #E59A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59A7E; }

 p { color: rgb(229,154,126); }

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

background-color css

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

 a { background-color: rgb(229,154,126); }

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

border-color css

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

 span { border-color: rgb(229,154,126); }

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