Html Css Color HEX #E59070 Dark Salmon

📋 copy color: '#E59070'

red 229 ◦ green 144 ◦ blue 112

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

Shades of Dark Salmon #E59070

Tints of Dark Salmon #E59070

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.69%

 BLUE value IS 112 (44.14% from 255) = 23.09%

R = 47.22%
G = 29.69%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E59070 (or 0xE59070) is known color: Dark Salmon. HEX triplet: E5, 90 and 70. RGB value is (229,144,112). Sum of RGB (Red+Green+Blue) = 229+144+112=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E59070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59070 is #1A6F8F. Grayscale: #A5A5A5. Windows color (decimal): -1732496 or 7377125. OLE color: 7377125.

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

Color convert

RGB 229 144 112 -
CMYK 0 0.37 0.51 0.10
HSL 16.41º 0.69% 0.67% -
HSV(B) 16.41º 0.51% 0.9% -
XYZ 45.21 37.77 20.24 -
YUV 165.77 97.66 173.1 -
System Red Green Blue C M Y K H S L
Decimal 229 144 112 0 0.37 0.51 0.10 16.41 0.69 0.67
Hex E5 90 70 0 25 33 A 10 45 43
Octal 345 220 160 0 45 63 12 20 105 103
Binary 11100101 10010000 1110000 0 100101 110011 1010 10000 1000101 1000011

Color Harmonies of #E59070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59070

Black with #E59070

Text Example


Text Example

White with #E59070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59070; }

 p { color: rgb(229,144,112); }

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

background-color css

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

 a { background-color: rgb(229,144,112); }

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

border-color css

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

 span { border-color: rgb(229,144,112); }

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