Html Css Color HEX #ECB077 Tacao

📋 copy color: '#ECB077'

red 236 ◦ green 176 ◦ blue 119

#ECB077
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacao #ECB077

Tints of Tacao #ECB077

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 value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECB077 (or 0xECB077) is known color: 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

RGB 236 176 119 -
CMYK 0 0.25 0.50 0.07
HSL 29.23º 0.75% 0.7% -
HSV(B) 29.23º 0.5% 0.93% -
XYZ 53.45 50.22 24.33 -
YUV 187.44 89.38 162.63 -
System Red Green Blue C M Y K H S L
Decimal 236 176 119 0 0.25 0.50 0.07 29.23 0.75 0.7
Hex EC B0 77 0 19 32 7 1D 4B 46
Octal 354 260 167 0 31 62 7 35 113 106
Binary 11101100 10110000 1110111 0 11001 110010 111 11101 1001011 1000110

Color Harmonies of #ECB077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB077

Black with #ECB077

Text Example


Text Example

White with #ECB077

Text Example


Text Example

HTML Codes & Css Web 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>