Html Css Color HEX #E5A485 Tonys Pink

📋 copy color: '#E5A485'

red 229 ◦ green 164 ◦ blue 133

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

Shades of Tonys Pink #E5A485

Tints of Tonys Pink #E5A485

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.18%

 BLUE value IS 133 (52.34% from 255) = 25.29%

R = 43.54%
G = 31.18%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E5A485 (or 0xE5A485) is known color: Tonys Pink. HEX triplet: E5, A4 and 85. RGB value is (229,164,133). Sum of RGB (Red+Green+Blue) = 229+164+133=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A485 is #1A5B7A. Grayscale: #B4B4B4. Windows color (decimal): -1727355 or 8758501. OLE color: 8758501.

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

Color convert

RGB 229 164 133 -
CMYK 0 0.28 0.42 0.10
HSL 19.38º 0.65% 0.71% -
HSV(B) 19.38º 0.42% 0.9% -
XYZ 49.82 44.9 28.23 -
YUV 179.9 101.53 163.02 -
System Red Green Blue C M Y K H S L
Decimal 229 164 133 0 0.28 0.42 0.10 19.38 0.65 0.71
Hex E5 A4 85 0 1C 2A A 13 41 47
Octal 345 244 205 0 34 52 12 23 101 107
Binary 11100101 10100100 10000101 0 11100 101010 1010 10011 1000001 1000111

Color Harmonies of #E5A485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A485

Black with #E5A485

Text Example


Text Example

White with #E5A485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A485; }

 p { color: rgb(229,164,133); }

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

background-color css

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

 a { background-color: rgb(229,164,133); }

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

border-color css

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

 span { border-color: rgb(229,164,133); }

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