Html Css Color HEX #EBA395 Tonys Pink

📋 copy color: '#EBA395'

red 235 ◦ green 163 ◦ blue 149

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

Shades of Tonys Pink #EBA395

Tints of Tonys Pink #EBA395

RGB

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

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

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

R = 42.96%
G = 29.8%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EBA395 (or 0xEBA395) is known color: Tonys Pink. HEX triplet: EB, A3 and 95. RGB value is (235,163,149). Sum of RGB (Red+Green+Blue) = 235+163+149=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA395 is #145C6A. Grayscale: #B7B7B7. Windows color (decimal): -1334379 or 9806827. OLE color: 9806827.

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

Color convert

RGB 235 163 149 -
CMYK 0 0.31 0.37 0.08
HSL 9.77º 0.68% 0.75% -
HSV(B) 9.77º 0.37% 0.92% -
XYZ 52.78 46.03 34.54 -
YUV 182.93 108.85 165.14 -
System Red Green Blue C M Y K H S L
Decimal 235 163 149 0 0.31 0.37 0.08 9.77 0.68 0.75
Hex EB A3 95 0 1F 25 8 A 44 4B
Octal 353 243 225 0 37 45 10 12 104 113
Binary 11101011 10100011 10010101 0 11111 100101 1000 1010 1000100 1001011

Color Harmonies of #EBA395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA395

Black with #EBA395

Text Example


Text Example

White with #EBA395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA395; }

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

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

background-color css

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

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

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

border-color css

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

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

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