Html Css Color HEX #EAA199 Tonys Pink

📋 copy color: '#EAA199'

red 234 ◦ green 161 ◦ blue 153

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

Shades of Tonys Pink #EAA199

Tints of Tonys Pink #EAA199

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.38%

 BLUE value IS 153 (60.16% from 255) = 27.92%

R = 42.7%
G = 29.38%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EAA199 (or 0xEAA199) is known color: Tonys Pink. HEX triplet: EA, A1 and 99. RGB value is (234,161,153). Sum of RGB (Red+Green+Blue) = 234+161+153=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 153 (60.16% from 255 or 27.92% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA199 is #155E66. Grayscale: #B6B6B6. Windows color (decimal): -1400423 or 10068458. OLE color: 10068458.

HSL color Cylindrical-coordinate representation of color #EAA199: hue angle of 5.93º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAA199 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 161 153 -
CMYK 0 0.31 0.35 0.08
HSL 5.93º 0.66% 0.76% -
HSV(B) 5.93º 0.35% 0.92% -
XYZ 52.43 45.28 36.11 -
YUV 181.92 111.68 165.15 -
System Red Green Blue C M Y K H S L
Decimal 234 161 153 0 0.31 0.35 0.08 5.93 0.66 0.76
Hex EA A1 99 0 1F 23 8 6 42 4C
Octal 352 241 231 0 37 43 10 6 102 114
Binary 11101010 10100001 10011001 0 11111 100011 1000 110 1000010 1001100

Color Harmonies of #EAA199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA199

Black with #EAA199

Text Example


Text Example

White with #EAA199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA199; }

 p { color: rgb(234,161,153); }

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

background-color css

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

 a { background-color: rgb(234,161,153); }

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

border-color css

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

 span { border-color: rgb(234,161,153); }

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