#EBA68E

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

Shades of Tonys Pink #EBA68E

Tints of Tonys Pink #EBA68E

Color information

#EBA68E (or 0xEBA68E) is unknown color: approx Tonys Pink. HEX triplet: EB, A6 and 8E. RGB value is (235,166,142). Sum of RGB (Red+Green+Blue) = 235+166+142=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA68E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA68E is #145971. Grayscale: #B8B8B8. Windows color (decimal): -1333618 or 9348843. OLE color: 9348843.

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

Color convert

RGB235166142-
CMYK00.290.400.08
HSL15.48º69.92%73.92%-
HSV(B)15.48º39.57%92.16%-
XYZ52.7846.8931.86-
YUV183.9104.36164.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.28%
GREEN value IS 166 (65.23% from 255) = 30.57%
BLUE value IS 142 (55.86% from 255) = 26.15%
R=43.28%
G=30.57%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516614200.290.400.0815.4869.9273.92
HexEBA68E01D288f464a
Octal353246216035501017106112
Binary1110101110100110100011100111011010001000111110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA68E; }

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

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

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

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

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

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

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

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