#ECB077

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

Shades of Tacao #ECB077

Tints of Tacao #ECB077

Color information

#ECB077 (or 0xECB077) is unknown color: approx Tacao. HEX triplet: EC, B0 and 77. RGB value is (236,176,119). Sum of RGB (Red+Green+Blue) = 236+176+119=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB077 is #134F88. Grayscale: #BBBBBB. Windows color (decimal): -1265545 or 7844076. OLE color: 7844076.

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

Color convert

RGB236176119-
CMYK00.250.500.07
HSL29.23º75.48%69.61%-
HSV(B)29.23º49.58%92.55%-
XYZ53.4550.2224.33-
YUV187.4489.38162.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.44%
GREEN value IS 176 (69.14% from 255) = 33.15%
BLUE value IS 119 (46.88% from 255) = 22.41%
R=44.44%
G=33.15%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617611900.250.500.0729.2375.4869.61
HexECB0770193271d4b46
Octal35426016703162735113106
Binary111011001011000011101110110011100101111110110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB077; }

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

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

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

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

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

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

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

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