Html Css Color HEX #EAA68C Tonys Pink

📋 copy color: '#EAA68C'

red 234 ◦ green 166 ◦ blue 140

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

Shades of Tonys Pink #EAA68C

Tints of Tonys Pink #EAA68C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.74%

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

R = 43.33%
G = 30.74%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EAA68C (or 0xEAA68C) is known color: Tonys Pink. HEX triplet: EA, A6 and 8C. RGB value is (234,166,140). Sum of RGB (Red+Green+Blue) = 234+166+140=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA68C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA68C is #155973. Grayscale: #B7B7B7. Windows color (decimal): -1399156 or 9217770. OLE color: 9217770.

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

Color convert

RGB 234 166 140 -
CMYK 0 0.29 0.40 0.08
HSL 16.6º 0.69% 0.73% -
HSV(B) 16.6º 0.4% 0.92% -
XYZ 52.3 46.66 31.06 -
YUV 183.37 103.53 164.11 -
System Red Green Blue C M Y K H S L
Decimal 234 166 140 0 0.29 0.40 0.08 16.6 0.69 0.73
Hex EA A6 8C 0 1D 28 8 11 45 49
Octal 352 246 214 0 35 50 10 21 105 111
Binary 11101010 10100110 10001100 0 11101 101000 1000 10001 1000101 1001001

Color Harmonies of #EAA68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA68C

Black with #EAA68C

Text Example


Text Example

White with #EAA68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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