Html Css Color HEX #E59A70 Dark Salmon

📋 copy color: '#E59A70'

red 229 ◦ green 154 ◦ blue 112

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

Shades of Dark Salmon #E59A70

Tints of Dark Salmon #E59A70

RGB

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

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

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

R = 46.26%
G = 31.11%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E59A70 (or 0xE59A70) is known color: Dark Salmon. HEX triplet: E5, 9A and 70. RGB value is (229,154,112). Sum of RGB (Red+Green+Blue) = 229+154+112=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59A70 is #1A658F. Grayscale: #ABABAB. Windows color (decimal): -1729936 or 7379685. OLE color: 7379685.

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

Color convert

RGB 229 154 112 -
CMYK 0 0.33 0.51 0.10
HSL 21.54º 0.69% 0.67% -
HSV(B) 21.54º 0.51% 0.9% -
XYZ 46.79 40.94 20.76 -
YUV 171.64 94.35 168.92 -
System Red Green Blue C M Y K H S L
Decimal 229 154 112 0 0.33 0.51 0.10 21.54 0.69 0.67
Hex E5 9A 70 0 21 33 A 16 45 43
Octal 345 232 160 0 41 63 12 26 105 103
Binary 11100101 10011010 1110000 0 100001 110011 1010 10110 1000101 1000011

Color Harmonies of #E59A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59A70

Black with #E59A70

Text Example


Text Example

White with #E59A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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