Html Css Color HEX #EBA095 Tonys Pink

📋 copy color: '#EBA095'

red 235 ◦ green 160 ◦ blue 149

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

Shades of Tonys Pink #EBA095

Tints of Tonys Pink #EBA095

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.41%

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

R = 43.2%
G = 29.41%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EBA095 (or 0xEBA095) is known color: Tonys Pink. HEX triplet: EB, A0 and 95. RGB value is (235,160,149). Sum of RGB (Red+Green+Blue) = 235+160+149=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA095 is #145F6A. Grayscale: #B5B5B5. Windows color (decimal): -1335147 or 9806059. OLE color: 9806059.

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

Color convert

RGB 235 160 149 -
CMYK 0 0.32 0.37 0.08
HSL 7.67º 0.68% 0.75% -
HSV(B) 7.67º 0.37% 0.92% -
XYZ 52.26 44.97 34.36 -
YUV 181.17 109.85 166.39 -
System Red Green Blue C M Y K H S L
Decimal 235 160 149 0 0.32 0.37 0.08 7.67 0.68 0.75
Hex EB A0 95 0 20 25 8 8 44 4B
Octal 353 240 225 0 40 45 10 10 104 113
Binary 11101011 10100000 10010101 0 100000 100101 1000 1000 1000100 1001011

Color Harmonies of #EBA095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA095

Black with #EBA095

Text Example


Text Example

White with #EBA095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA095; }

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

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

background-color css

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

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

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

border-color css

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

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

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