Html Css Color HEX #EBA396 Tonys Pink

📋 copy color: '#EBA396'

red 235 ◦ green 163 ◦ blue 150

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

Shades of Tonys Pink #EBA396

Tints of Tonys Pink #EBA396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.37%

R = 42.88%
G = 29.74%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EBA396 (or 0xEBA396) is known color: Tonys Pink. HEX triplet: EB, A3 and 96. RGB value is (235,163,150). Sum of RGB (Red+Green+Blue) = 235+163+150=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA396 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA396 is #145C69. Grayscale: #B7B7B7. Windows color (decimal): -1334378 or 9872363. OLE color: 9872363.

HSL color Cylindrical-coordinate representation of color #EBA396: hue angle of 9.18º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBA396 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 163 150 -
CMYK 0 0.31 0.36 0.08
HSL 9.18º 0.68% 0.75% -
HSV(B) 9.18º 0.36% 0.92% -
XYZ 52.86 46.06 34.96 -
YUV 183.05 109.35 165.06 -
System Red Green Blue C M Y K H S L
Decimal 235 163 150 0 0.31 0.36 0.08 9.18 0.68 0.75
Hex EB A3 96 0 1F 24 8 9 44 4B
Octal 353 243 226 0 37 44 10 11 104 113
Binary 11101011 10100011 10010110 0 11111 100100 1000 1001 1000100 1001011

Color Harmonies of #EBA396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA396

Black with #EBA396

Text Example


Text Example

White with #EBA396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA396; }

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

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

background-color css

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

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

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

border-color css

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

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

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