Html Css Color HEX #EAA38D Tonys Pink

📋 copy color: '#EAA38D'

red 234 ◦ green 163 ◦ blue 141

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

Shades of Tonys Pink #EAA38D

Tints of Tonys Pink #EAA38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.21%

R = 43.49%
G = 30.3%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EAA38D (or 0xEAA38D) is known color: Tonys Pink. HEX triplet: EA, A3 and 8D. RGB value is (234,163,141). Sum of RGB (Red+Green+Blue) = 234+163+141=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA38D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA38D is #155C72. Grayscale: #B5B5B5. Windows color (decimal): -1399923 or 9282538. OLE color: 9282538.

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

Color convert

RGB 234 163 141 -
CMYK 0 0.30 0.40 0.08
HSL 14.19º 0.69% 0.74% -
HSV(B) 14.19º 0.4% 0.92% -
XYZ 51.84 45.61 31.27 -
YUV 181.72 105.02 165.29 -
System Red Green Blue C M Y K H S L
Decimal 234 163 141 0 0.30 0.40 0.08 14.19 0.69 0.74
Hex EA A3 8D 0 1E 28 8 E 45 4A
Octal 352 243 215 0 36 50 10 16 105 112
Binary 11101010 10100011 10001101 0 11110 101000 1000 1110 1000101 1001010

Color Harmonies of #EAA38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA38D

Black with #EAA38D

Text Example


Text Example

White with #EAA38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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