Html Css Color HEX #EBA496 Tonys Pink

📋 copy color: '#EBA496'

red 235 ◦ green 164 ◦ blue 150

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

Shades of Tonys Pink #EBA496

Tints of Tonys Pink #EBA496

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.87%

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

R = 42.81%
G = 29.87%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EBA496 (or 0xEBA496) is known color: Tonys Pink. HEX triplet: EB, A4 and 96. RGB value is (235,164,150). Sum of RGB (Red+Green+Blue) = 235+164+150=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA496 is #145B69. Grayscale: #B7B7B7. Windows color (decimal): -1334122 or 9872619. OLE color: 9872619.

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

Color convert

RGB 235 164 150 -
CMYK 0 0.30 0.36 0.08
HSL 9.88º 0.68% 0.75% -
HSV(B) 9.88º 0.36% 0.92% -
XYZ 53.04 46.42 35.02 -
YUV 183.63 109.02 164.64 -
System Red Green Blue C M Y K H S L
Decimal 235 164 150 0 0.30 0.36 0.08 9.88 0.68 0.75
Hex EB A4 96 0 1E 24 8 A 44 4B
Octal 353 244 226 0 36 44 10 12 104 113
Binary 11101011 10100100 10010110 0 11110 100100 1000 1010 1000100 1001011

Color Harmonies of #EBA496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA496

Black with #EBA496

Text Example


Text Example

White with #EBA496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA496; }

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

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

background-color css

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

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

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

border-color css

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

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

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