Html Css Color HEX #EBA693 Tonys Pink

📋 copy color: '#EBA693'

red 235 ◦ green 166 ◦ blue 147

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

Shades of Tonys Pink #EBA693

Tints of Tonys Pink #EBA693

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.29%

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

R = 42.88%
G = 30.29%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EBA693 (or 0xEBA693) is known color: Tonys Pink. HEX triplet: EB, A6 and 93. RGB value is (235,166,147). Sum of RGB (Red+Green+Blue) = 235+166+147=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 147 (57.81% from 255 or 26.82% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA693 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA693 is #14596C. Grayscale: #B8B8B8. Windows color (decimal): -1333613 or 9676523. OLE color: 9676523.

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

Color convert

RGB 235 166 147 -
CMYK 0 0.29 0.37 0.08
HSL 12.95º 0.69% 0.75% -
HSV(B) 12.95º 0.37% 0.92% -
XYZ 53.16 47.04 33.88 -
YUV 184.47 106.86 164.04 -
System Red Green Blue C M Y K H S L
Decimal 235 166 147 0 0.29 0.37 0.08 12.95 0.69 0.75
Hex EB A6 93 0 1D 25 8 D 45 4B
Octal 353 246 223 0 35 45 10 15 105 113
Binary 11101011 10100110 10010011 0 11101 100101 1000 1101 1000101 1001011

Color Harmonies of #EBA693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA693

Black with #EBA693

Text Example


Text Example

White with #EBA693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA693; }

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

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

background-color css

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

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

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

border-color css

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

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

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