#EBAC7A

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

Shades of Tacao #EBAC7A

Tints of Tacao #EBAC7A

Color information

#EBAC7A (or 0xEBAC7A) is unknown color: approx Tacao. HEX triplet: EB, AC and 7A. RGB value is (235,172,122). Sum of RGB (Red+Green+Blue) = 235+172+122=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAC7A is #145385. Grayscale: #B9B9B9. Windows color (decimal): -1332102 or 8039659. OLE color: 8039659.

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

Color convert

RGB235172122-
CMYK00.270.480.08
HSL26.55º73.86%70%-
HSV(B)26.55º48.09%92.16%-
XYZ52.5348.5725.02-
YUV185.1492.37163.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.42%
GREEN value IS 172 (67.58% from 255) = 32.51%
BLUE value IS 122 (48.05% from 255) = 23.06%
R=44.42%
G=32.51%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517212200.270.480.0826.5573.8670
HexEBAC7A01B3081b4a46
Octal353254172033601033112106
Binary1110101110101100111101001101111000010001101110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAC7A; }

 p { color: rgb(235,172,122); }

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

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

 a { background-color: rgb(235,172,122); }

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

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

 span { border-color: rgb(235,172,122); }

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