Html Css Color HEX #E59282 Dark Salmon

📋 copy color: '#E59282'

red 229 ◦ green 146 ◦ blue 130

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

Shades of Dark Salmon #E59282

Tints of Dark Salmon #E59282

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.91%

 BLUE value IS 130 (51.17% from 255) = 25.74%

R = 45.35%
G = 28.91%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E59282 (or 0xE59282) is known color: Dark Salmon. HEX triplet: E5, 92 and 82. RGB value is (229,146,130). Sum of RGB (Red+Green+Blue) = 229+146+130=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E59282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59282 is #1A6D7D. Grayscale: #A9A9A9. Windows color (decimal): -1731966 or 8557285. OLE color: 8557285.

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

Color convert

RGB 229 146 130 -
CMYK 0 0.36 0.43 0.10
HSL 9.7º 0.66% 0.7% -
HSV(B) 9.7º 0.43% 0.9% -
XYZ 46.62 38.83 26.16 -
YUV 168.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 229 146 130 0 0.36 0.43 0.10 9.7 0.66 0.7
Hex E5 92 82 0 24 2B A A 42 46
Octal 345 222 202 0 44 53 12 12 102 106
Binary 11100101 10010010 10000010 0 100100 101011 1010 1010 1000010 1000110

Color Harmonies of #E59282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59282

Black with #E59282

Text Example


Text Example

White with #E59282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59282; }

 p { color: rgb(229,146,130); }

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

background-color css

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

 a { background-color: rgb(229,146,130); }

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

border-color css

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

 span { border-color: rgb(229,146,130); }

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