Html Css Color HEX #EBAA8D Tonys Pink

📋 copy color: '#EBAA8D'

red 235 ◦ green 170 ◦ blue 141

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

Shades of Tonys Pink #EBAA8D

Tints of Tonys Pink #EBAA8D

RGB

 RED value IS 235 (92.19% from 255) = 43.04%

 GREEN value IS 170 (66.8% from 255) = 31.14%

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

R = 43.04%
G = 31.14%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EBAA8D (or 0xEBAA8D) is known color: Tonys Pink. HEX triplet: EB, AA and 8D. RGB value is (235,170,141). Sum of RGB (Red+Green+Blue) = 235+170+141=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAA8D is #145572. Grayscale: #BABABA. Windows color (decimal): -1332595 or 9284331. OLE color: 9284331.

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

Color convert

RGB 235 170 141 -
CMYK 0 0.28 0.4 0.08
HSL 18.51º 0.7% 0.74% -
HSV(B) 18.51º 0.4% 0.92% -
XYZ 53.44 48.33 31.71 -
YUV 186.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 235 170 141 0 0.28 0.4 0.08 18.51 0.7 0.74
Hex EB AA 8D 0 1C 28 8 13 46 4A
Octal 353 252 215 0 34 50 10 23 106 112
Binary 11101011 10101010 10001101 0 11100 101000 1000 10011 1000110 1001010

Color Harmonies of #EBAA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAA8D

Black with #EBAA8D

Text Example


Text Example

White with #EBAA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAA8D; }

 p { color: rgb(235,170,141); }

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

background-color css

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

 a { background-color: rgb(235,170,141); }

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

border-color css

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

 span { border-color: rgb(235,170,141); }

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