Html Css Color HEX #EAA68D Tonys Pink

📋 copy color: '#EAA68D'

red 234 ◦ green 166 ◦ blue 141

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

Shades of Tonys Pink #EAA68D

Tints of Tonys Pink #EAA68D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.68%

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

R = 43.25%
G = 30.68%
B = 26.06%

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

#EAA68D (or 0xEAA68D) is known color: Tonys Pink. HEX triplet: EA, A6 and 8D. RGB value is (234,166,141). Sum of RGB (Red+Green+Blue) = 234+166+141=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA68D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA68D is #155972. Grayscale: #B7B7B7. Windows color (decimal): -1399155 or 9283306. OLE color: 9283306.

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

Color convert

RGB 234 166 141 -
CMYK 0 0.29 0.40 0.08
HSL 16.13º 0.69% 0.74% -
HSV(B) 16.13º 0.4% 0.92% -
XYZ 52.38 46.69 31.45 -
YUV 183.48 104.03 164.03 -
System Red Green Blue C M Y K H S L
Decimal 234 166 141 0 0.29 0.40 0.08 16.13 0.69 0.74
Hex EA A6 8D 0 1D 28 8 10 45 4A
Octal 352 246 215 0 35 50 10 20 105 112
Binary 11101010 10100110 10001101 0 11101 101000 1000 10000 1000101 1001010

Color Harmonies of #EAA68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA68D

Black with #EAA68D

Text Example


Text Example

White with #EAA68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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