Html Css Color HEX #E5A082 Tonys Pink

📋 copy color: '#E5A082'

red 229 ◦ green 160 ◦ blue 130

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

Shades of Tonys Pink #E5A082

Tints of Tonys Pink #E5A082

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.83%

 BLUE value IS 130 (51.17% from 255) = 25.05%

R = 44.12%
G = 30.83%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E5A082 (or 0xE5A082) is known color: Tonys Pink. HEX triplet: E5, A0 and 82. RGB value is (229,160,130). Sum of RGB (Red+Green+Blue) = 229+160+130=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 130 (51.17% from 255 or 25.05% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A082 is #1A5F7D. Grayscale: #B1B1B1. Windows color (decimal): -1728382 or 8560869. OLE color: 8560869.

HSL color Cylindrical-coordinate representation of color #E5A082: hue angle of 18.18º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E5A082 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 160 130 -
CMYK 0 0.30 0.43 0.10
HSL 18.18º 0.66% 0.7% -
HSV(B) 18.18º 0.43% 0.9% -
XYZ 48.91 43.41 26.92 -
YUV 177.21 101.36 164.94 -
System Red Green Blue C M Y K H S L
Decimal 229 160 130 0 0.30 0.43 0.10 18.18 0.66 0.7
Hex E5 A0 82 0 1E 2B A 12 42 46
Octal 345 240 202 0 36 53 12 22 102 106
Binary 11100101 10100000 10000010 0 11110 101011 1010 10010 1000010 1000110

Color Harmonies of #E5A082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A082

Black with #E5A082

Text Example


Text Example

White with #E5A082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A082; }

 p { color: rgb(229,160,130); }

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

background-color css

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

 a { background-color: rgb(229,160,130); }

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

border-color css

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

 span { border-color: rgb(229,160,130); }

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