Html Css Color HEX #EBA196 Tonys Pink

📋 copy color: '#EBA196'

red 235 ◦ green 161 ◦ blue 150

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

Shades of Tonys Pink #EBA196

Tints of Tonys Pink #EBA196

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.49%

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

R = 43.04%
G = 29.49%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EBA196 (or 0xEBA196) is known color: Tonys Pink. HEX triplet: EB, A1 and 96. RGB value is (235,161,150). Sum of RGB (Red+Green+Blue) = 235+161+150=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA196 is #145E69. Grayscale: #B5B5B5. Windows color (decimal): -1334890 or 9871851. OLE color: 9871851.

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

Color convert

RGB 235 161 150 -
CMYK 0 0.31 0.36 0.08
HSL 7.76º 0.68% 0.75% -
HSV(B) 7.76º 0.36% 0.92% -
XYZ 52.51 45.35 34.84 -
YUV 181.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 235 161 150 0 0.31 0.36 0.08 7.76 0.68 0.75
Hex EB A1 96 0 1F 24 8 8 44 4B
Octal 353 241 226 0 37 44 10 10 104 113
Binary 11101011 10100001 10010110 0 11111 100100 1000 1000 1000100 1001011

Color Harmonies of #EBA196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA196

Black with #EBA196

Text Example


Text Example

White with #EBA196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA196; }

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

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

background-color css

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

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

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

border-color css

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

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

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