Html Css Color HEX #ECB276 Tacao

📋 copy color: '#ECB276'

red 236 ◦ green 178 ◦ blue 118

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

Shades of Tacao #ECB276

Tints of Tacao #ECB276

RGB

 RED value IS 236 (92.58% from 255) = 44.36%

 GREEN value IS 178 (69.92% from 255) = 33.46%

 BLUE value IS 118 (46.48% from 255) = 22.18%

R = 44.36%
G = 33.46%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#ECB276 (or 0xECB276) is known color: Tacao. HEX triplet: EC, B2 and 76. RGB value is (236,178,118). Sum of RGB (Red+Green+Blue) = 236+178+118=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB276 is #134D89. Grayscale: #BCBCBC. Windows color (decimal): -1265034 or 7779052. OLE color: 7779052.

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

Color convert

RGB 236 178 118 -
CMYK 0 0.25 0.5 0.07
HSL 30.51º 0.76% 0.69% -
HSV(B) 30.51º 0.5% 0.93% -
XYZ 53.78 50.98 24.15 -
YUV 188.5 88.22 161.88 -
System Red Green Blue C M Y K H S L
Decimal 236 178 118 0 0.25 0.5 0.07 30.51 0.76 0.69
Hex EC B2 76 0 19 32 7 1F 4C 45
Octal 354 262 166 0 31 62 7 37 114 105
Binary 11101100 10110010 1110110 0 11001 110010 111 11111 1001100 1000101

Color Harmonies of #ECB276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB276

Black with #ECB276

Text Example


Text Example

White with #ECB276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB276; }

 p { color: rgb(236,178,118); }

 H1.HeaderClassName
 {
   color: #ECB276;
 }
 .AnyTagClassName
 {
   color: #ECB276;
 }
</style>

background-color css

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

 a { background-color: rgb(236,178,118); }

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

border-color css

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

 span { border-color: rgb(236,178,118); }

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