#ECB07B

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

Shades of Tacao #ECB07B

Tints of Tacao #ECB07B

Color information

#ECB07B (or 0xECB07B) is unknown color: approx Tacao. HEX triplet: EC, B0 and 7B. RGB value is (236,176,123). Sum of RGB (Red+Green+Blue) = 236+176+123=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB07B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB07B is #134F84. Grayscale: #BCBCBC. Windows color (decimal): -1265541 or 8106220. OLE color: 8106220.

HSL color Cylindrical-coordinate representation of color #ECB07B: hue angle of 28.14º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECB07B is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB236176123-
CMYK00.250.480.07
HSL28.14º74.83%70.39%-
HSV(B)28.14º47.88%92.55%-
XYZ53.6950.3125.62-
YUV187.991.38162.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.11%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 123 (48.44% from 255) = 22.99%
R=44.11%
G=32.90%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617612300.250.480.0728.1474.8370.39
HexECB07B0193071c4b46
Octal35426017303160734113106
Binary111011001011000011110110110011100001111110010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB07B; }

 p { color: rgb(236,176,123); }

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

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

 a { background-color: rgb(236,176,123); }

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

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

 span { border-color: rgb(236,176,123); }

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