#EBA77B

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

Shades of Tacao #EBA77B

Tints of Tacao #EBA77B

Color information

#EBA77B (or 0xEBA77B) is unknown color: approx Tacao. HEX triplet: EB, A7 and 7B. RGB value is (235,167,123). Sum of RGB (Red+Green+Blue) = 235+167+123=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 167 (65.62% from 255 or 31.81% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA77B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA77B is #145884. Grayscale: #B6B6B6. Windows color (decimal): -1333381 or 8103915. OLE color: 8103915.

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

Color convert

RGB235167123-
CMYK00.290.480.08
HSL23.57º73.68%70.2%-
HSV(B)23.57º47.66%92.16%-
XYZ51.6546.7325.04-
YUV182.3294.53165.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.76%
GREEN value IS 167 (65.62% from 255) = 31.81%
BLUE value IS 123 (48.44% from 255) = 23.43%
R=44.76%
G=31.81%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516712300.290.480.0823.5773.6870.2
HexEBA77B01D308184a46
Octal353247173035601030112106
Binary1110101110100111111101101110111000010001100010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA77B; }

 p { color: rgb(235,167,123); }

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

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

 a { background-color: rgb(235,167,123); }

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

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

 span { border-color: rgb(235,167,123); }

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