Html Css Color HEX #EBAC8D Tonys Pink

📋 copy color: '#EBAC8D'

red 235 ◦ green 172 ◦ blue 141

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

Shades of Tonys Pink #EBAC8D

Tints of Tonys Pink #EBAC8D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.39%

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

R = 42.88%
G = 31.39%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EBAC8D (or 0xEBAC8D) is known color: Tonys Pink. HEX triplet: EB, AC and 8D. RGB value is (235,172,141). Sum of RGB (Red+Green+Blue) = 235+172+141=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAC8D is #145372. Grayscale: #BBBBBB. Windows color (decimal): -1332083 or 9284843. OLE color: 9284843.

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

Color convert

RGB 235 172 141 -
CMYK 0 0.27 0.4 0.08
HSL 19.79º 0.7% 0.74% -
HSV(B) 19.79º 0.4% 0.92% -
XYZ 53.82 49.09 31.84 -
YUV 187.3 101.87 162.02 -
System Red Green Blue C M Y K H S L
Decimal 235 172 141 0 0.27 0.4 0.08 19.79 0.7 0.74
Hex EB AC 8D 0 1B 28 8 14 46 4A
Octal 353 254 215 0 33 50 10 24 106 112
Binary 11101011 10101100 10001101 0 11011 101000 1000 10100 1000110 1001010

Color Harmonies of #EBAC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAC8D

Black with #EBAC8D

Text Example


Text Example

White with #EBAC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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