Html Css Color HEX #ECB376 Tacao

📋 copy color: '#ECB376'

red 236 ◦ green 179 ◦ blue 118

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

Shades of Tacao #ECB376

Tints of Tacao #ECB376

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.58%

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

R = 44.28%
G = 33.58%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#ECB376 (or 0xECB376) is known color: Tacao. HEX triplet: EC, B3 and 76. RGB value is (236,179,118). Sum of RGB (Red+Green+Blue) = 236+179+118=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB376 is #134C89. Grayscale: #BDBDBD. Windows color (decimal): -1264778 or 7779308. OLE color: 7779308.

HSL color Cylindrical-coordinate representation of color #ECB376: hue angle of 31.02º 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 #ECB376 is Cyan = 0, Magento = 0.24, Yellow = 0.5 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 179 118 -
CMYK 0 0.24 0.5 0.07
HSL 31.02º 0.76% 0.69% -
HSV(B) 31.02º 0.5% 0.93% -
XYZ 53.98 51.38 24.21 -
YUV 189.09 87.88 161.46 -
System Red Green Blue C M Y K H S L
Decimal 236 179 118 0 0.24 0.5 0.07 31.02 0.76 0.69
Hex EC B3 76 0 18 32 7 1F 4C 45
Octal 354 263 166 0 30 62 7 37 114 105
Binary 11101100 10110011 1110110 0 11000 110010 111 11111 1001100 1000101

Color Harmonies of #ECB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB376

Black with #ECB376

Text Example


Text Example

White with #ECB376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB376; }

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

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

background-color css

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

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

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

border-color css

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

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

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