Html Css Color HEX #E0A48B Tonys Pink

📋 copy color: '#E0A48B'

red 224 ◦ green 164 ◦ blue 139

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

Shades of Tonys Pink #E0A48B

Tints of Tonys Pink #E0A48B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.12%

 BLUE value IS 139 (54.69% from 255) = 26.38%

R = 42.5%
G = 31.12%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0A48B (or 0xE0A48B) is known color: Tonys Pink. HEX triplet: E0, A4 and 8B. RGB value is (224,164,139). Sum of RGB (Red+Green+Blue) = 224+164+139=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A48B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A48B is #1F5B74. Grayscale: #B3B3B3. Windows color (decimal): -2055029 or 9151712. OLE color: 9151712.

HSL color Cylindrical-coordinate representation of color #E0A48B: hue angle of 17.65º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0A48B is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 164 139 -
CMYK 0 0.27 0.38 0.12
HSL 17.65º 0.58% 0.71% -
HSV(B) 17.65º 0.38% 0.88% -
XYZ 48.68 44.26 30.4 -
YUV 179.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 224 164 139 0 0.27 0.38 0.12 17.65 0.58 0.71
Hex E0 A4 8B 0 1B 26 C 12 3A 47
Octal 340 244 213 0 33 46 14 22 72 107
Binary 11100000 10100100 10001011 0 11011 100110 1100 10010 111010 1000111

Color Harmonies of #E0A48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A48B

Black with #E0A48B

Text Example


Text Example

White with #E0A48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A48B; }

 p { color: rgb(224,164,139); }

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

background-color css

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

 a { background-color: rgb(224,164,139); }

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

border-color css

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

 span { border-color: rgb(224,164,139); }

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