Html Css Color HEX #EAA48C Tonys Pink

📋 copy color: '#EAA48C'

red 234 ◦ green 164 ◦ blue 140

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

Shades of Tonys Pink #EAA48C

Tints of Tonys Pink #EAA48C

RGB

 RED value IS 234 (91.8% from 255) = 43.49%

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

 BLUE value IS 140 (55.08% from 255) = 26.02%

R = 43.49%
G = 30.48%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EAA48C (or 0xEAA48C) is known color: Tonys Pink. HEX triplet: EA, A4 and 8C. RGB value is (234,164,140). Sum of RGB (Red+Green+Blue) = 234+164+140=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA48C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA48C is #155B73. Grayscale: #B6B6B6. Windows color (decimal): -1399668 or 9217258. OLE color: 9217258.

HSL color Cylindrical-coordinate representation of color #EAA48C: hue angle of 15.32º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAA48C is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 164 140 -
CMYK 0 0.30 0.40 0.08
HSL 15.32º 0.69% 0.73% -
HSV(B) 15.32º 0.4% 0.92% -
XYZ 51.94 45.94 30.94 -
YUV 182.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 234 164 140 0 0.30 0.40 0.08 15.32 0.69 0.73
Hex EA A4 8C 0 1E 28 8 F 45 49
Octal 352 244 214 0 36 50 10 17 105 111
Binary 11101010 10100100 10001100 0 11110 101000 1000 1111 1000101 1001001

Color Harmonies of #EAA48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA48C

Black with #EAA48C

Text Example


Text Example

White with #EAA48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA48C; }

 p { color: rgb(234,164,140); }

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

background-color css

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

 a { background-color: rgb(234,164,140); }

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

border-color css

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

 span { border-color: rgb(234,164,140); }

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