Html Css Color HEX #E5A895 Tonys Pink

📋 copy color: '#E5A895'

red 229 ◦ green 168 ◦ blue 149

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

Shades of Tonys Pink #E5A895

Tints of Tonys Pink #E5A895

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.77%

 BLUE value IS 149 (58.59% from 255) = 27.29%

R = 41.94%
G = 30.77%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E5A895 (or 0xE5A895) is known color: Tonys Pink. HEX triplet: E5, A8 and 95. RGB value is (229,168,149). Sum of RGB (Red+Green+Blue) = 229+168+149=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A895 is #1A576A. Grayscale: #B8B8B8. Windows color (decimal): -1726315 or 9808101. OLE color: 9808101.

HSL color Cylindrical-coordinate representation of color #E5A895: hue angle of 14.25º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5A895 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 168 149 -
CMYK 0 0.27 0.35 0.10
HSL 14.25º 0.61% 0.74% -
HSV(B) 14.25º 0.35% 0.9% -
XYZ 51.74 46.83 34.75 -
YUV 184.07 108.21 160.04 -
System Red Green Blue C M Y K H S L
Decimal 229 168 149 0 0.27 0.35 0.10 14.25 0.61 0.74
Hex E5 A8 95 0 1B 23 A E 3D 4A
Octal 345 250 225 0 33 43 12 16 75 112
Binary 11100101 10101000 10010101 0 11011 100011 1010 1110 111101 1001010

Color Harmonies of #E5A895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A895

Black with #E5A895

Text Example


Text Example

White with #E5A895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A895; }

 p { color: rgb(229,168,149); }

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

background-color css

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

 a { background-color: rgb(229,168,149); }

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

border-color css

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

 span { border-color: rgb(229,168,149); }

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