Html Css Color HEX #EAA58C Tonys Pink

📋 copy color: '#EAA58C'

red 234 ◦ green 165 ◦ blue 140

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

Shades of Tonys Pink #EAA58C

Tints of Tonys Pink #EAA58C

RGB

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

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

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

R = 43.41%
G = 30.61%
B = 25.97%

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

#EAA58C (or 0xEAA58C) is known color: Tonys Pink. HEX triplet: EA, A5 and 8C. RGB value is (234,165,140). Sum of RGB (Red+Green+Blue) = 234+165+140=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA58C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA58C is #155A73. Grayscale: #B6B6B6. Windows color (decimal): -1399412 or 9217514. OLE color: 9217514.

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

Color convert

RGB 234 165 140 -
CMYK 0 0.29 0.40 0.08
HSL 15.96º 0.69% 0.73% -
HSV(B) 15.96º 0.4% 0.92% -
XYZ 52.12 46.3 31 -
YUV 182.78 103.86 164.53 -
System Red Green Blue C M Y K H S L
Decimal 234 165 140 0 0.29 0.40 0.08 15.96 0.69 0.73
Hex EA A5 8C 0 1D 28 8 10 45 49
Octal 352 245 214 0 35 50 10 20 105 111
Binary 11101010 10100101 10001100 0 11101 101000 1000 10000 1000101 1001001

Color Harmonies of #EAA58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA58C

Black with #EAA58C

Text Example


Text Example

White with #EAA58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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