Html Css Color HEX #EAA38F Tonys Pink

📋 copy color: '#EAA38F'

red 234 ◦ green 163 ◦ blue 143

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

Shades of Tonys Pink #EAA38F

Tints of Tonys Pink #EAA38F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.19%

 BLUE value IS 143 (56.25% from 255) = 26.48%

R = 43.33%
G = 30.19%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EAA38F (or 0xEAA38F) is known color: Tonys Pink. HEX triplet: EA, A3 and 8F. RGB value is (234,163,143). Sum of RGB (Red+Green+Blue) = 234+163+143=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 143 (56.25% from 255 or 26.48% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA38F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA38F is #155C70. Grayscale: #B6B6B6. Windows color (decimal): -1399921 or 9413610. OLE color: 9413610.

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

Color convert

RGB 234 163 143 -
CMYK 0 0.30 0.39 0.08
HSL 13.19º 0.68% 0.74% -
HSV(B) 13.19º 0.39% 0.92% -
XYZ 51.99 45.67 32.06 -
YUV 181.95 106.02 165.13 -
System Red Green Blue C M Y K H S L
Decimal 234 163 143 0 0.30 0.39 0.08 13.19 0.68 0.74
Hex EA A3 8F 0 1E 27 8 D 44 4A
Octal 352 243 217 0 36 47 10 15 104 112
Binary 11101010 10100011 10001111 0 11110 100111 1000 1101 1000100 1001010

Color Harmonies of #EAA38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA38F

Black with #EAA38F

Text Example


Text Example

White with #EAA38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA38F; }

 p { color: rgb(234,163,143); }

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

background-color css

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

 a { background-color: rgb(234,163,143); }

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

border-color css

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

 span { border-color: rgb(234,163,143); }

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