Html Css Color HEX #E59A7A Dark Salmon

📋 copy color: '#E59A7A'

red 229 ◦ green 154 ◦ blue 122

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

Shades of Dark Salmon #E59A7A

Tints of Dark Salmon #E59A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.16%

R = 45.35%
G = 30.5%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E59A7A (or 0xE59A7A) is known color: Dark Salmon. HEX triplet: E5, 9A and 7A. RGB value is (229,154,122). Sum of RGB (Red+Green+Blue) = 229+154+122=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59A7A is #1A6585. Grayscale: #ACACAC. Windows color (decimal): -1729926 or 8035045. OLE color: 8035045.

HSL color Cylindrical-coordinate representation of color #E59A7A: hue angle of 17.94º degrees, saturation: 0.67, 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 #E59A7A is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 154 122 -
CMYK 0 0.33 0.47 0.10
HSL 17.94º 0.67% 0.69% -
HSV(B) 17.94º 0.47% 0.9% -
XYZ 47.38 41.17 23.86 -
YUV 172.78 99.35 168.1 -
System Red Green Blue C M Y K H S L
Decimal 229 154 122 0 0.33 0.47 0.10 17.94 0.67 0.69
Hex E5 9A 7A 0 21 2F A 12 43 45
Octal 345 232 172 0 41 57 12 22 103 105
Binary 11100101 10011010 1111010 0 100001 101111 1010 10010 1000011 1000101

Color Harmonies of #E59A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59A7A

Black with #E59A7A

Text Example


Text Example

White with #E59A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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