Html Css Color HEX #EBA493 Tonys Pink

📋 copy color: '#EBA493'

red 235 ◦ green 164 ◦ blue 147

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

Shades of Tonys Pink #EBA493

Tints of Tonys Pink #EBA493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.92%

R = 43.04%
G = 30.04%
B = 26.92%

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

#EBA493 (or 0xEBA493) is known color: Tonys Pink. HEX triplet: EB, A4 and 93. RGB value is (235,164,147). Sum of RGB (Red+Green+Blue) = 235+164+147=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA493 is #145B6C. Grayscale: #B7B7B7. Windows color (decimal): -1334125 or 9676011. OLE color: 9676011.

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

Color convert

RGB 235 164 147 -
CMYK 0 0.30 0.37 0.08
HSL 11.59º 0.69% 0.75% -
HSV(B) 11.59º 0.37% 0.92% -
XYZ 52.8 46.32 33.76 -
YUV 183.29 107.52 164.88 -
System Red Green Blue C M Y K H S L
Decimal 235 164 147 0 0.30 0.37 0.08 11.59 0.69 0.75
Hex EB A4 93 0 1E 25 8 C 45 4B
Octal 353 244 223 0 36 45 10 14 105 113
Binary 11101011 10100100 10010011 0 11110 100101 1000 1100 1000101 1001011

Color Harmonies of #EBA493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA493

Black with #EBA493

Text Example


Text Example

White with #EBA493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA493; }

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

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

background-color css

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

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

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

border-color css

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

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

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