Html Css Color HEX #EAA594 Tonys Pink

📋 copy color: '#EAA594'

red 234 ◦ green 165 ◦ blue 148

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

Shades of Tonys Pink #EAA594

Tints of Tonys Pink #EAA594

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.16%

 BLUE value IS 148 (58.2% from 255) = 27.06%

R = 42.78%
G = 30.16%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EAA594 (or 0xEAA594) is known color: Tonys Pink. HEX triplet: EA, A5 and 94. RGB value is (234,165,148). Sum of RGB (Red+Green+Blue) = 234+165+148=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA594 is #155A6B. Grayscale: #B7B7B7. Windows color (decimal): -1399404 or 9741802. OLE color: 9741802.

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

Color convert

RGB 234 165 148 -
CMYK 0 0.29 0.37 0.08
HSL 11.86º 0.67% 0.75% -
HSV(B) 11.86º 0.37% 0.92% -
XYZ 52.73 46.54 34.22 -
YUV 183.69 107.86 163.88 -
System Red Green Blue C M Y K H S L
Decimal 234 165 148 0 0.29 0.37 0.08 11.86 0.67 0.75
Hex EA A5 94 0 1D 25 8 C 43 4B
Octal 352 245 224 0 35 45 10 14 103 113
Binary 11101010 10100101 10010100 0 11101 100101 1000 1100 1000011 1001011

Color Harmonies of #EAA594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA594

Black with #EAA594

Text Example


Text Example

White with #EAA594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA594; }

 p { color: rgb(234,165,148); }

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

background-color css

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

 a { background-color: rgb(234,165,148); }

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

border-color css

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

 span { border-color: rgb(234,165,148); }

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