Html Css Color HEX #E5A58D Tonys Pink

📋 copy color: '#E5A58D'

red 229 ◦ green 165 ◦ blue 141

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

Shades of Tonys Pink #E5A58D

Tints of Tonys Pink #E5A58D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.84%

 BLUE value IS 141 (55.47% from 255) = 26.36%

R = 42.8%
G = 30.84%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5A58D (or 0xE5A58D) is known color: Tonys Pink. HEX triplet: E5, A5 and 8D. RGB value is (229,165,141). Sum of RGB (Red+Green+Blue) = 229+165+141=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A58D is #1A5A72. Grayscale: #B5B5B5. Windows color (decimal): -1727091 or 9283045. OLE color: 9283045.

HSL color Cylindrical-coordinate representation of color #E5A58D: hue angle of 16.36º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5A58D is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 165 141 -
CMYK 0 0.28 0.38 0.10
HSL 16.36º 0.63% 0.73% -
HSV(B) 16.36º 0.38% 0.9% -
XYZ 50.58 45.49 31.31 -
YUV 181.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 229 165 141 0 0.28 0.38 0.10 16.36 0.63 0.73
Hex E5 A5 8D 0 1C 26 A 10 3F 49
Octal 345 245 215 0 34 46 12 20 77 111
Binary 11100101 10100101 10001101 0 11100 100110 1010 10000 111111 1001001

Color Harmonies of #E5A58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A58D

Black with #E5A58D

Text Example


Text Example

White with #E5A58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A58D; }

 p { color: rgb(229,165,141); }

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

background-color css

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

 a { background-color: rgb(229,165,141); }

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

border-color css

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

 span { border-color: rgb(229,165,141); }

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