Html Css Color HEX #EBA695 Tonys Pink

📋 copy color: '#EBA695'

red 235 ◦ green 166 ◦ blue 149

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

Shades of Tonys Pink #EBA695

Tints of Tonys Pink #EBA695

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.18%

 BLUE value IS 149 (58.59% from 255) = 27.09%

R = 42.73%
G = 30.18%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EBA695 (or 0xEBA695) is known color: Tonys Pink. HEX triplet: EB, A6 and 95. RGB value is (235,166,149). Sum of RGB (Red+Green+Blue) = 235+166+149=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA695 is #14596A. Grayscale: #B8B8B8. Windows color (decimal): -1333611 or 9807595. OLE color: 9807595.

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

Color convert

RGB 235 166 149 -
CMYK 0 0.29 0.37 0.08
HSL 11.86º 0.68% 0.75% -
HSV(B) 11.86º 0.37% 0.92% -
XYZ 53.32 47.1 34.72 -
YUV 184.69 107.86 163.88 -
System Red Green Blue C M Y K H S L
Decimal 235 166 149 0 0.29 0.37 0.08 11.86 0.68 0.75
Hex EB A6 95 0 1D 25 8 C 44 4B
Octal 353 246 225 0 35 45 10 14 104 113
Binary 11101011 10100110 10010101 0 11101 100101 1000 1100 1000100 1001011

Color Harmonies of #EBA695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA695

Black with #EBA695

Text Example


Text Example

White with #EBA695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA695; }

 p { color: rgb(235,166,149); }

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

background-color css

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

 a { background-color: rgb(235,166,149); }

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

border-color css

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

 span { border-color: rgb(235,166,149); }

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