Html Css Color HEX #EAA690 Tonys Pink

📋 copy color: '#EAA690'

red 234 ◦ green 166 ◦ blue 144

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

Shades of Tonys Pink #EAA690

Tints of Tonys Pink #EAA690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.47%

R = 43.01%
G = 30.51%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EAA690 (or 0xEAA690) is known color: Tonys Pink. HEX triplet: EA, A6 and 90. RGB value is (234,166,144). Sum of RGB (Red+Green+Blue) = 234+166+144=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA690 is #15596F. Grayscale: #B7B7B7. Windows color (decimal): -1399152 or 9479914. OLE color: 9479914.

HSL color Cylindrical-coordinate representation of color #EAA690: hue angle of 14.67º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAA690 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 166 144 -
CMYK 0 0.29 0.38 0.08
HSL 14.67º 0.68% 0.74% -
HSV(B) 14.67º 0.38% 0.92% -
XYZ 52.6 46.78 32.64 -
YUV 183.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 234 166 144 0 0.29 0.38 0.08 14.67 0.68 0.74
Hex EA A6 90 0 1D 26 8 F 44 4A
Octal 352 246 220 0 35 46 10 17 104 112
Binary 11101010 10100110 10010000 0 11101 100110 1000 1111 1000100 1001010

Color Harmonies of #EAA690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA690

Black with #EAA690

Text Example


Text Example

White with #EAA690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA690; }

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

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

background-color css

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

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

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

border-color css

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

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

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