Html Css Color HEX #EBA086 Tonys Pink

📋 copy color: '#EBA086'

red 235 ◦ green 160 ◦ blue 134

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

Shades of Tonys Pink #EBA086

Tints of Tonys Pink #EBA086

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.25%

 BLUE value IS 134 (52.73% from 255) = 25.33%

R = 44.42%
G = 30.25%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EBA086 (or 0xEBA086) is known color: Tonys Pink. HEX triplet: EB, A0 and 86. RGB value is (235,160,134). Sum of RGB (Red+Green+Blue) = 235+160+134=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 134 (52.73% from 255 or 25.33% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA086 is #145F79. Grayscale: #B3B3B3. Windows color (decimal): -1335162 or 8823019. OLE color: 8823019.

HSL color Cylindrical-coordinate representation of color #EBA086: hue angle of 15.45º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EBA086 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 160 134 -
CMYK 0 0.32 0.43 0.08
HSL 15.45º 0.72% 0.72% -
HSV(B) 15.45º 0.43% 0.92% -
XYZ 51.13 44.53 28.45 -
YUV 179.46 102.35 167.61 -
System Red Green Blue C M Y K H S L
Decimal 235 160 134 0 0.32 0.43 0.08 15.45 0.72 0.72
Hex EB A0 86 0 20 2B 8 F 48 48
Octal 353 240 206 0 40 53 10 17 110 110
Binary 11101011 10100000 10000110 0 100000 101011 1000 1111 1001000 1001000

Color Harmonies of #EBA086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA086

Black with #EBA086

Text Example


Text Example

White with #EBA086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA086; }

 p { color: rgb(235,160,134); }

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

background-color css

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

 a { background-color: rgb(235,160,134); }

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

border-color css

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

 span { border-color: rgb(235,160,134); }

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