Html Css Color HEX #E5A796 Tonys Pink

📋 copy color: '#E5A796'

red 229 ◦ green 167 ◦ blue 150

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

Shades of Tonys Pink #E5A796

Tints of Tonys Pink #E5A796

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.59%

 BLUE value IS 150 (58.98% from 255) = 27.47%

R = 41.94%
G = 30.59%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E5A796 (or 0xE5A796) is known color: Tonys Pink. HEX triplet: E5, A7 and 96. RGB value is (229,167,150). Sum of RGB (Red+Green+Blue) = 229+167+150=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A796 is #1A5869. Grayscale: #B7B7B7. Windows color (decimal): -1726570 or 9873381. OLE color: 9873381.

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

Color convert

RGB 229 167 150 -
CMYK 0 0.27 0.34 0.10
HSL 12.91º 0.6% 0.74% -
HSV(B) 12.91º 0.34% 0.9% -
XYZ 51.64 46.5 35.11 -
YUV 183.6 109.04 160.38 -
System Red Green Blue C M Y K H S L
Decimal 229 167 150 0 0.27 0.34 0.10 12.91 0.6 0.74
Hex E5 A7 96 0 1B 22 A D 3C 4A
Octal 345 247 226 0 33 42 12 15 74 112
Binary 11100101 10100111 10010110 0 11011 100010 1010 1101 111100 1001010

Color Harmonies of #E5A796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A796

Black with #E5A796

Text Example


Text Example

White with #E5A796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A796; }

 p { color: rgb(229,167,150); }

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

background-color css

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

 a { background-color: rgb(229,167,150); }

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

border-color css

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

 span { border-color: rgb(229,167,150); }

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