Html Css Color HEX #EBA392 Tonys Pink

📋 copy color: '#EBA392'

red 235 ◦ green 163 ◦ blue 146

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

Shades of Tonys Pink #EBA392

Tints of Tonys Pink #EBA392

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.96%

 BLUE value IS 146 (57.42% from 255) = 26.84%

R = 43.2%
G = 29.96%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EBA392 (or 0xEBA392) is known color: Tonys Pink. HEX triplet: EB, A3 and 92. RGB value is (235,163,146). Sum of RGB (Red+Green+Blue) = 235+163+146=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA392 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA392 is #145C6D. Grayscale: #B6B6B6. Windows color (decimal): -1334382 or 9610219. OLE color: 9610219.

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

Color convert

RGB 235 163 146 -
CMYK 0 0.31 0.38 0.08
HSL 11.46º 0.69% 0.75% -
HSV(B) 11.46º 0.38% 0.92% -
XYZ 52.55 45.93 33.29 -
YUV 182.59 107.35 165.38 -
System Red Green Blue C M Y K H S L
Decimal 235 163 146 0 0.31 0.38 0.08 11.46 0.69 0.75
Hex EB A3 92 0 1F 26 8 B 45 4B
Octal 353 243 222 0 37 46 10 13 105 113
Binary 11101011 10100011 10010010 0 11111 100110 1000 1011 1000101 1001011

Color Harmonies of #EBA392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA392

Black with #EBA392

Text Example


Text Example

White with #EBA392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA392; }

 p { color: rgb(235,163,146); }

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

background-color css

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

 a { background-color: rgb(235,163,146); }

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

border-color css

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

 span { border-color: rgb(235,163,146); }

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