Html Css Color HEX #E0A18D Tonys Pink

📋 copy color: '#E0A18D'

red 224 ◦ green 161 ◦ blue 141

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

Shades of Tonys Pink #E0A18D

Tints of Tonys Pink #E0A18D

RGB

 RED value IS 224 (87.89% from 255) = 42.59%

 GREEN value IS 161 (63.28% from 255) = 30.61%

 BLUE value IS 141 (55.47% from 255) = 26.81%

R = 42.59%
G = 30.61%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0A18D (or 0xE0A18D) is known color: Tonys Pink. HEX triplet: E0, A1 and 8D. RGB value is (224,161,141). Sum of RGB (Red+Green+Blue) = 224+161+141=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A18D is #1F5E72. Grayscale: #B1B1B1. Windows color (decimal): -2055795 or 9282016. OLE color: 9282016.

HSL color Cylindrical-coordinate representation of color #E0A18D: hue angle of 14.46º 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 #E0A18D is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 161 141 -
CMYK 0 0.28 0.37 0.12
HSL 14.46º 0.57% 0.72% -
HSV(B) 14.46º 0.37% 0.88% -
XYZ 48.29 43.26 31 -
YUV 177.56 107.37 161.13 -
System Red Green Blue C M Y K H S L
Decimal 224 161 141 0 0.28 0.37 0.12 14.46 0.57 0.72
Hex E0 A1 8D 0 1C 25 C E 39 48
Octal 340 241 215 0 34 45 14 16 71 110
Binary 11100000 10100001 10001101 0 11100 100101 1100 1110 111001 1001000

Color Harmonies of #E0A18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A18D

Black with #E0A18D

Text Example


Text Example

White with #E0A18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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