Html Css Color HEX #EAA990 Tonys Pink

📋 copy color: '#EAA990'

red 234 ◦ green 169 ◦ blue 144

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

Shades of Tonys Pink #EAA990

Tints of Tonys Pink #EAA990

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.9%

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

R = 42.78%
G = 30.9%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EAA990 (or 0xEAA990) is known color: Tonys Pink. HEX triplet: EA, A9 and 90. RGB value is (234,169,144). Sum of RGB (Red+Green+Blue) = 234+169+144=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA990 is #15566F. Grayscale: #B9B9B9. Windows color (decimal): -1398384 or 9480682. OLE color: 9480682.

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

Color convert

RGB 234 169 144 -
CMYK 0 0.28 0.38 0.08
HSL 16.67º 0.68% 0.74% -
HSV(B) 16.67º 0.38% 0.92% -
XYZ 53.15 47.88 32.83 -
YUV 185.59 104.53 162.53 -
System Red Green Blue C M Y K H S L
Decimal 234 169 144 0 0.28 0.38 0.08 16.67 0.68 0.74
Hex EA A9 90 0 1C 26 8 11 44 4A
Octal 352 251 220 0 34 46 10 21 104 112
Binary 11101010 10101001 10010000 0 11100 100110 1000 10001 1000100 1001010

Color Harmonies of #EAA990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA990

Black with #EAA990

Text Example


Text Example

White with #EAA990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA990; }

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

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

background-color css

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

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

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

border-color css

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

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

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