#E0A68D

Color #E0A68D Tonys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tonys Pink #E0A68D

Tints of Tonys Pink #E0A68D

Color information

#E0A68D (or 0xE0A68D) is unknown color: approx Tonys Pink. HEX triplet: E0, A6 and 8D. RGB value is (224,166,141). Sum of RGB (Red+Green+Blue) = 224+166+141=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A68D is #1F5972. Grayscale: #B4B4B4. Windows color (decimal): -2054515 or 9283296. OLE color: 9283296.

HSL color Cylindrical-coordinate representation of color #E0A68D: hue angle of 18.07º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0A68D is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB224166141-
CMYK00.260.370.12
HSL18.07º57.24%71.57%-
HSV(B)18.07º37.05%87.84%-
XYZ49.1845.0431.3-
YUV180.49105.72159.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.18%
GREEN value IS 166 (65.23% from 255) = 31.26%
BLUE value IS 141 (55.47% from 255) = 26.55%
R=42.18%
G=31.26%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416614100.260.370.1218.0757.2471.57
HexE0A68D01A25C123948
Octal34024621503245142271110
Binary1110000010100110100011010110101001011100100101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A68D; }

 p { color: rgb(224,166,141); }

 H1.HeaderClassName
 {
   color: #E0A68D;
 }
 .AnyTagClassName
 {
   color: #E0A68D;
 }
</style>
background-color css

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

 a { background-color: rgb(224,166,141); }

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

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

 span { border-color: rgb(224,166,141); }

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