Html Css Color HEX #EAA88D Tonys Pink

📋 copy color: '#EAA88D'

red 234 ◦ green 168 ◦ blue 141

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

Shades of Tonys Pink #EAA88D

Tints of Tonys Pink #EAA88D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.94%

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

R = 43.09%
G = 30.94%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EAA88D (or 0xEAA88D) is known color: Tonys Pink. HEX triplet: EA, A8 and 8D. RGB value is (234,168,141). Sum of RGB (Red+Green+Blue) = 234+168+141=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA88D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA88D is #155772. Grayscale: #B8B8B8. Windows color (decimal): -1398643 or 9283818. OLE color: 9283818.

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

Color convert

RGB 234 168 141 -
CMYK 0 0.28 0.40 0.08
HSL 17.42º 0.69% 0.74% -
HSV(B) 17.42º 0.4% 0.92% -
XYZ 52.74 47.42 31.57 -
YUV 184.66 103.37 163.2 -
System Red Green Blue C M Y K H S L
Decimal 234 168 141 0 0.28 0.40 0.08 17.42 0.69 0.74
Hex EA A8 8D 0 1C 28 8 11 45 4A
Octal 352 250 215 0 34 50 10 21 105 112
Binary 11101010 10101000 10001101 0 11100 101000 1000 10001 1000101 1001010

Color Harmonies of #EAA88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA88D

Black with #EAA88D

Text Example


Text Example

White with #EAA88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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