Html Css Color HEX #EBA491 Tonys Pink

📋 copy color: '#EBA491'

red 235 ◦ green 164 ◦ blue 145

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

Shades of Tonys Pink #EBA491

Tints of Tonys Pink #EBA491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.65%

R = 43.2%
G = 30.15%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EBA491 (or 0xEBA491) is known color: Tonys Pink. HEX triplet: EB, A4 and 91. RGB value is (235,164,145). Sum of RGB (Red+Green+Blue) = 235+164+145=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 145 (57.03% from 255 or 26.65% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA491 is #145B6E. Grayscale: #B7B7B7. Windows color (decimal): -1334127 or 9544939. OLE color: 9544939.

HSL color Cylindrical-coordinate representation of color #EBA491: hue angle of 12.67º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EBA491 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 164 145 -
CMYK 0 0.30 0.38 0.08
HSL 12.67º 0.69% 0.75% -
HSV(B) 12.67º 0.38% 0.92% -
XYZ 52.65 46.26 32.94 -
YUV 183.06 106.52 165.04 -
System Red Green Blue C M Y K H S L
Decimal 235 164 145 0 0.30 0.38 0.08 12.67 0.69 0.75
Hex EB A4 91 0 1E 26 8 D 45 4B
Octal 353 244 221 0 36 46 10 15 105 113
Binary 11101011 10100100 10010001 0 11110 100110 1000 1101 1000101 1001011

Color Harmonies of #EBA491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA491

Black with #EBA491

Text Example


Text Example

White with #EBA491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA491; }

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

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

background-color css

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

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

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

border-color css

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

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

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