#EBA492

Color #EBA492 Tonys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tonys Pink #EBA492

Tints of Tonys Pink #EBA492

Color information

#EBA492 (or 0xEBA492) is unknown color: approx Tonys Pink. HEX triplet: EB, A4 and 92. RGB value is (235,164,146). Sum of RGB (Red+Green+Blue) = 235+164+146=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA492 is #145B6D. Grayscale: #B7B7B7. Windows color (decimal): -1334126 or 9610475. OLE color: 9610475.

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

Color convert

RGB235164146-
CMYK00.300.380.08
HSL12.13º68.99%74.71%-
HSV(B)12.13º37.87%92.16%-
XYZ52.7246.2933.35-
YUV183.18107.02164.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.12%
GREEN value IS 164 (64.45% from 255) = 30.09%
BLUE value IS 146 (57.42% from 255) = 26.79%
R=43.12%
G=30.09%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516414600.300.380.0812.1368.9974.71
HexEBA49201E268c454b
Octal353244222036461014105113
Binary1110101110100100100100100111101001101000110010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA492; }

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

 H1.HeaderClassName
 {
   color: #EBA492;
 }
 .AnyTagClassName
 {
   color: #EBA492;
 }
</style>
background-color css

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

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

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

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

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

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