Html Css Color HEX #EBA595 Tonys Pink

📋 copy color: '#EBA595'

red 235 ◦ green 165 ◦ blue 149

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

Shades of Tonys Pink #EBA595

Tints of Tonys Pink #EBA595

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.05%

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

R = 42.81%
G = 30.05%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EBA595 (or 0xEBA595) is known color: Tonys Pink. HEX triplet: EB, A5 and 95. RGB value is (235,165,149). Sum of RGB (Red+Green+Blue) = 235+165+149=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA595 is #145A6A. Grayscale: #B8B8B8. Windows color (decimal): -1333867 or 9807339. OLE color: 9807339.

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

Color convert

RGB 235 165 149 -
CMYK 0 0.30 0.37 0.08
HSL 11.16º 0.68% 0.75% -
HSV(B) 11.16º 0.37% 0.92% -
XYZ 53.14 46.74 34.66 -
YUV 184.11 108.19 164.3 -
System Red Green Blue C M Y K H S L
Decimal 235 165 149 0 0.30 0.37 0.08 11.16 0.68 0.75
Hex EB A5 95 0 1E 25 8 B 44 4B
Octal 353 245 225 0 36 45 10 13 104 113
Binary 11101011 10100101 10010101 0 11110 100101 1000 1011 1000100 1001011

Color Harmonies of #EBA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA595

Black with #EBA595

Text Example


Text Example

White with #EBA595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA595; }

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

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

background-color css

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

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

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

border-color css

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

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

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