#EBA684

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

Shades of Tonys Pink #EBA684

Tints of Tonys Pink #EBA684

Color information

#EBA684 (or 0xEBA684) is unknown color: approx Tonys Pink. HEX triplet: EB, A6 and 84. RGB value is (235,166,132). Sum of RGB (Red+Green+Blue) = 235+166+132=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 132 (51.95% from 255 or 24.77% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA684 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA684 is #14597B. Grayscale: #B6B6B6. Windows color (decimal): -1333628 or 8693483. OLE color: 8693483.

HSL color Cylindrical-coordinate representation of color #EBA684: hue angle of 19.81º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EBA684 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB235166132-
CMYK00.290.440.08
HSL19.81º72.03%71.96%-
HSV(B)19.81º43.83%92.16%-
XYZ52.0646.628.08-
YUV182.7699.36165.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.09%
GREEN value IS 166 (65.23% from 255) = 31.14%
BLUE value IS 132 (51.95% from 255) = 24.77%
R=44.09%
G=31.14%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516613200.290.440.0819.8172.0371.96
HexEBA68401D2C8144848
Octal353246204035541024110110
Binary11101011101001101000010001110110110010001010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA684; }

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

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

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

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

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

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

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

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