Html Css Color HEX #ECB074 Tacao

📋 copy color: '#ECB074'

red 236 ◦ green 176 ◦ blue 116

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

Shades of Tacao #ECB074

Tints of Tacao #ECB074

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.33%

 BLUE value IS 116 (45.7% from 255) = 21.97%

R = 44.7%
G = 33.33%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECB074 (or 0xECB074) is known color: Tacao. HEX triplet: EC, B0 and 74. RGB value is (236,176,116). Sum of RGB (Red+Green+Blue) = 236+176+116=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB074 is #134F8B. Grayscale: #BBBBBB. Windows color (decimal): -1265548 or 7647468. OLE color: 7647468.

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

Color convert

RGB 236 176 116 -
CMYK 0 0.25 0.51 0.07
HSL 30º 0.76% 0.69% -
HSV(B) 30º 0.51% 0.93% -
XYZ 53.27 50.14 23.39 -
YUV 187.1 87.88 162.88 -
System Red Green Blue C M Y K H S L
Decimal 236 176 116 0 0.25 0.51 0.07 30 0.76 0.69
Hex EC B0 74 0 19 33 7 1E 4C 45
Octal 354 260 164 0 31 63 7 36 114 105
Binary 11101100 10110000 1110100 0 11001 110011 111 11110 1001100 1000101

Color Harmonies of #ECB074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB074

Black with #ECB074

Text Example


Text Example

White with #ECB074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB074; }

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

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

background-color css

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

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

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

border-color css

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

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

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