Html Css Color HEX #EBA785 Tonys Pink

📋 copy color: '#EBA785'

red 235 ◦ green 167 ◦ blue 133

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

Shades of Tonys Pink #EBA785

Tints of Tonys Pink #EBA785

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.21%

 BLUE value IS 133 (52.34% from 255) = 24.86%

R = 43.93%
G = 31.21%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EBA785 (or 0xEBA785) is known color: Tonys Pink. HEX triplet: EB, A7 and 85. RGB value is (235,167,133). Sum of RGB (Red+Green+Blue) = 235+167+133=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 167 (65.62% from 255 or 31.21% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA785 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA785 is #14587A. Grayscale: #B7B7B7. Windows color (decimal): -1333371 or 8759275. OLE color: 8759275.

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

Color convert

RGB 235 167 133 -
CMYK 0 0.29 0.43 0.08
HSL 20º 0.72% 0.72% -
HSV(B) 20º 0.43% 0.92% -
XYZ 52.31 46.99 28.5 -
YUV 183.46 99.53 164.76 -
System Red Green Blue C M Y K H S L
Decimal 235 167 133 0 0.29 0.43 0.08 20 0.72 0.72
Hex EB A7 85 0 1D 2B 8 14 48 48
Octal 353 247 205 0 35 53 10 24 110 110
Binary 11101011 10100111 10000101 0 11101 101011 1000 10100 1001000 1001000

Color Harmonies of #EBA785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA785

Black with #EBA785

Text Example


Text Example

White with #EBA785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA785; }

 p { color: rgb(235,167,133); }

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

background-color css

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

 a { background-color: rgb(235,167,133); }

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

border-color css

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

 span { border-color: rgb(235,167,133); }

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