Html Css Color HEX #E5A794 Tonys Pink

📋 copy color: '#E5A794'

red 229 ◦ green 167 ◦ blue 148

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

Shades of Tonys Pink #E5A794

Tints of Tonys Pink #E5A794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.21%

R = 42.1%
G = 30.7%
B = 27.21%

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

#E5A794 (or 0xE5A794) is known color: Tonys Pink. HEX triplet: E5, A7 and 94. RGB value is (229,167,148). Sum of RGB (Red+Green+Blue) = 229+167+148=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A794 is #1A586B. Grayscale: #B7B7B7. Windows color (decimal): -1726572 or 9742309. OLE color: 9742309.

HSL color Cylindrical-coordinate representation of color #E5A794: hue angle of 14.07º 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 #E5A794 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 167 148 -
CMYK 0 0.27 0.35 0.10
HSL 14.07º 0.61% 0.74% -
HSV(B) 14.07º 0.35% 0.9% -
XYZ 51.48 46.43 34.27 -
YUV 183.37 108.04 160.54 -
System Red Green Blue C M Y K H S L
Decimal 229 167 148 0 0.27 0.35 0.10 14.07 0.61 0.74
Hex E5 A7 94 0 1B 23 A E 3D 4A
Octal 345 247 224 0 33 43 12 16 75 112
Binary 11100101 10100111 10010100 0 11011 100011 1010 1110 111101 1001010

Color Harmonies of #E5A794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A794

Black with #E5A794

Text Example


Text Example

White with #E5A794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A794; }

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

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

background-color css

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

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

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

border-color css

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

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

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