Html Css Color HEX #EBA386 Tonys Pink

📋 copy color: '#EBA386'

red 235 ◦ green 163 ◦ blue 134

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

Shades of Tonys Pink #EBA386

Tints of Tonys Pink #EBA386

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.64%

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

R = 44.17%
G = 30.64%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EBA386 (or 0xEBA386) is known color: Tonys Pink. HEX triplet: EB, A3 and 86. RGB value is (235,163,134). Sum of RGB (Red+Green+Blue) = 235+163+134=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA386 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA386 is #145C79. Grayscale: #B5B5B5. Windows color (decimal): -1334394 or 8823787. OLE color: 8823787.

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

Color convert

RGB 235 163 134 -
CMYK 0 0.31 0.43 0.08
HSL 17.23º 0.72% 0.72% -
HSV(B) 17.23º 0.43% 0.92% -
XYZ 51.66 45.58 28.63 -
YUV 181.22 101.35 166.36 -
System Red Green Blue C M Y K H S L
Decimal 235 163 134 0 0.31 0.43 0.08 17.23 0.72 0.72
Hex EB A3 86 0 1F 2B 8 11 48 48
Octal 353 243 206 0 37 53 10 21 110 110
Binary 11101011 10100011 10000110 0 11111 101011 1000 10001 1001000 1001000

Color Harmonies of #EBA386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA386

Black with #EBA386

Text Example


Text Example

White with #EBA386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA386; }

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

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

background-color css

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

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

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

border-color css

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

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

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