Html Css Color HEX #EBA586 Tonys Pink

📋 copy color: '#EBA586'

red 235 ◦ green 165 ◦ blue 134

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

Shades of Tonys Pink #EBA586

Tints of Tonys Pink #EBA586

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.9%

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

R = 44.01%
G = 30.9%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EBA586 (or 0xEBA586) is known color: Tonys Pink. HEX triplet: EB, A5 and 86. RGB value is (235,165,134). Sum of RGB (Red+Green+Blue) = 235+165+134=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA586 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA586 is #145A79. Grayscale: #B6B6B6. Windows color (decimal): -1333882 or 8824299. OLE color: 8824299.

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

Color convert

RGB 235 165 134 -
CMYK 0 0.30 0.43 0.08
HSL 18.42º 0.72% 0.72% -
HSV(B) 18.42º 0.43% 0.92% -
XYZ 52.02 46.29 28.75 -
YUV 182.4 100.69 165.52 -
System Red Green Blue C M Y K H S L
Decimal 235 165 134 0 0.30 0.43 0.08 18.42 0.72 0.72
Hex EB A5 86 0 1E 2B 8 12 48 48
Octal 353 245 206 0 36 53 10 22 110 110
Binary 11101011 10100101 10000110 0 11110 101011 1000 10010 1001000 1001000

Color Harmonies of #EBA586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA586

Black with #EBA586

Text Example


Text Example

White with #EBA586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA586; }

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

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

background-color css

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

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

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

border-color css

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

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

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