Html Css Color HEX #EAA88C Tonys Pink

📋 copy color: '#EAA88C'

red 234 ◦ green 168 ◦ blue 140

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

Shades of Tonys Pink #EAA88C

Tints of Tonys Pink #EAA88C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31%

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

R = 43.17%
G = 31%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EAA88C (or 0xEAA88C) is known color: Tonys Pink. HEX triplet: EA, A8 and 8C. RGB value is (234,168,140). Sum of RGB (Red+Green+Blue) = 234+168+140=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA88C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA88C is #155773. Grayscale: #B8B8B8. Windows color (decimal): -1398644 or 9218282. OLE color: 9218282.

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

Color convert

RGB 234 168 140 -
CMYK 0 0.28 0.40 0.08
HSL 17.87º 0.69% 0.73% -
HSV(B) 17.87º 0.4% 0.92% -
XYZ 52.67 47.39 31.18 -
YUV 184.54 102.87 163.28 -
System Red Green Blue C M Y K H S L
Decimal 234 168 140 0 0.28 0.40 0.08 17.87 0.69 0.73
Hex EA A8 8C 0 1C 28 8 12 45 49
Octal 352 250 214 0 34 50 10 22 105 111
Binary 11101010 10101000 10001100 0 11100 101000 1000 10010 1000101 1001001

Color Harmonies of #EAA88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA88C

Black with #EAA88C

Text Example


Text Example

White with #EAA88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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